aaa1885833
ok jasper@
24 lines
473 B
Makefile
24 lines
473 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:44:33 ajacoutot Exp $
|
|
|
|
COMMENT= required attributes which fail only when trying to use them
|
|
|
|
DISTNAME= MooseX-LazyRequire-0.04
|
|
REVISION= 0
|
|
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
RUN_DEPENDS= devel/p5-MooseX-Types \
|
|
devel/p5-aliased \
|
|
devel/p5-namespace-autoclean
|
|
|
|
.include <bsd.port.mk>
|