21 lines
423 B
Makefile
21 lines
423 B
Makefile
# $OpenBSD: Makefile,v 1.10 2012/10/18 21:23:51 espie Exp $
|
|
|
|
COMMENT = roles with composition parameters
|
|
|
|
DISTNAME = MooseX-Role-Parameterized-0.19
|
|
REVISION = 1
|
|
CATEGORIES = devel
|
|
MODULES = cpan
|
|
USE_GROFF = Yes
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Moose
|
|
REGRESS_DEPENDS = devel/p5-Test-Exception
|
|
|
|
.include <bsd.port.mk>
|