openbsd-ports/devel/p5-MooseX-Method-Signatures/Makefile

28 lines
687 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 2011/10/29 16:42:33 jasper Exp $
COMMENT= method declarations with type constraints
DISTNAME= MooseX-Method-Signatures-0.37
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
RUN_DEPENDS= devel/p5-Context-Preserve \
devel/p5-Devel-Declare>=0.006007 \
2011-04-12 07:36:12 -04:00
devel/p5-MooseX-LazyRequire>=0.06 \
2010-11-15 14:45:56 -05:00
devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion \
2011-04-12 07:36:12 -04:00
devel/p5-MooseX-Types-Structured>=0.26 \
devel/p5-Parse-Method-Signatures>=1.003014 \
2010-11-15 14:45:56 -05:00
devel/p5-aliased \
devel/p5-namespace-autoclean
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>