17 lines
310 B
Makefile
17 lines
310 B
Makefile
# $OpenBSD: Makefile,v 1.6 2013/03/11 10:50:14 espie Exp $
|
|
|
|
COMMENT= base class to treat unhandled method calls as errors
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Class-WhiteHole-0.04
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Sam Smith <S@msmith.net>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|