22 lines
470 B
Makefile
22 lines
470 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/10/18 17:48:03 espie Exp $
|
|
|
|
COMMENT = roles with composition parameters
|
|
|
|
DISTNAME = MooseX-Role-Parameterized-0.19
|
|
CATEGORIES = devel
|
|
MODULES = cpan
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER = Stephan A. Rickauer <stephan@openbsd.org>
|
|
|
|
# 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>
|