2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:44:33 ajacoutot Exp $
|
2010-01-12 04:44:05 -05:00
|
|
|
|
|
|
|
COMMENT= declarative syntax for Moose
|
|
|
|
|
|
|
|
DISTNAME= MooseX-Declare-0.32
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 0
|
2010-01-12 04:44:05 -05:00
|
|
|
|
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
# perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MODULES= cpan
|
2010-11-15 14:45:56 -05:00
|
|
|
USE_GROFF = Yes
|
2010-01-12 04:44:05 -05:00
|
|
|
|
2010-11-15 14:45:56 -05:00
|
|
|
RUN_DEPENDS= devel/p5-List-MoreUtils \
|
|
|
|
devel/p5-MooseX-Method-Signatures \
|
|
|
|
devel/p5-MooseX-Role-Parameterized \
|
|
|
|
devel/p5-MooseX-Types \
|
|
|
|
devel/p5-namespace-autoclean
|
2010-01-12 04:44:05 -05:00
|
|
|
|
2010-11-15 14:45:56 -05:00
|
|
|
REGRESS_DEPENDS= devel/p5-Test-Exception \
|
|
|
|
devel/p5-Test-NoWarnings
|
2010-01-12 04:44:05 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|