openbsd-ports/textproc/p5-Catalyst-View-XSLT/Makefile

23 lines
441 B
Makefile
Raw Normal View History

2008-12-07 01:53:27 -05:00
# $OpenBSD: Makefile,v 1.6 2008/12/07 06:53:27 simon Exp $
2006-11-07 13:19:25 -05:00
COMMENT= XSLT Views for catalyst
2006-11-07 13:19:25 -05:00
MODULES= cpan
2008-12-07 01:53:27 -05:00
DISTNAME= Catalyst-View-XSLT-0.06
CATEGORIES= textproc
2006-11-07 13:19:25 -05:00
# Perl
2006-11-07 13:19:25 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= :p5-XML-LibXSLT->=1.60:textproc/p5-XML-LibXSLT \
2008-11-26 18:37:55 -05:00
::www/p5-Catalyst-Runtime
2006-11-07 13:19:25 -05:00
MAKE_ENV= TEST_POD=Yes
CONFIGURE_STYLE=modbuild
2006-11-07 13:19:25 -05:00
.include <bsd.port.mk>