18 lines
362 B
Makefile
18 lines
362 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/11/25 16:32:34 espie Exp $
|
|
|
|
COMMENT= "base class to treat unhandled method calls as errors"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Class-WhiteHole-0.04
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Sam Smith <S@msmith.net>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|