28 lines
646 B
Makefile
28 lines
646 B
Makefile
# $OpenBSD: Makefile,v 1.2 2010/10/18 17:48:03 espie Exp $
|
|
|
|
COMMENT= method declarations with type constraints
|
|
|
|
DISTNAME= MooseX-Method-Signatures-0.29
|
|
|
|
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>
|