02136bdb72
from Andreas Voegele
28 lines
687 B
Makefile
28 lines
687 B
Makefile
# $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
|
|
|
|
RUN_DEPENDS= devel/p5-Context-Preserve \
|
|
devel/p5-Devel-Declare>=0.006007 \
|
|
devel/p5-MooseX-LazyRequire>=0.06 \
|
|
devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion \
|
|
devel/p5-MooseX-Types-Structured>=0.26 \
|
|
devel/p5-Parse-Method-Signatures>=1.003014 \
|
|
devel/p5-aliased \
|
|
devel/p5-namespace-autoclean
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|