openbsd-ports/devel/p5-Catalyst-Plugin-C3/Makefile
simon 5cec3a7c96 import p5-Catalyst-Plugin-C3
This module is related to the possible transition of Catalyst from NEXT
to Class::C3.  This transition hasn't happened yet, and might not for a
while.
2008-09-06 10:33:37 +00:00

24 lines
509 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/09/06 10:33:37 simon Exp $
COMMENT = Catalyst plugin to subvert NEXT to use Class::C3
MODULES = cpan
DISTNAME = Catalyst-Plugin-C3-0.03
CATEGORIES = devel www
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = ::www/p5-Catalyst-Runtime \
::devel/p5-Class-C3
BUILD_DEPENDS = ${RUN_DEPENDS}
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>