aaa1885833
ok jasper@
29 lines
650 B
Makefile
29 lines
650 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:44:33 ajacoutot Exp $
|
|
|
|
COMMENT= method declarations with type constraints
|
|
|
|
DISTNAME= MooseX-Method-Signatures-0.29
|
|
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-Context-Preserve \
|
|
devel/p5-Devel-Declare \
|
|
devel/p5-MooseX-LazyRequire \
|
|
devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion \
|
|
devel/p5-Parse-Method-Signatures \
|
|
devel/p5-aliased \
|
|
devel/p5-namespace-autoclean
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|