diff options
Diffstat (limited to 'www/p5-Catalyst-View-XSLT/Makefile')
-rw-r--r-- | www/p5-Catalyst-View-XSLT/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/www/p5-Catalyst-View-XSLT/Makefile b/www/p5-Catalyst-View-XSLT/Makefile new file mode 100644 index 0000000..640ecfc --- /dev/null +++ b/www/p5-Catalyst-View-XSLT/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: Catalyst-View-XSLT +# Date created: 10 Apr 2008 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= Catalyst-View-XSLT +PORTVERSION= 0.04 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../by-authors/id/M/MA/MARTING +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@FreeBSD.org +COMMENT= XSLT view class for Catalyst + +BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \ + ${SITE_PERL}/${PERL_ARCH}/XML/LibXSLT.pm:${PORTSDIR}/textproc/p5-XML-LibXSLT \ + ${SITE_PERL}/Path/Class.pm:${PORTSDIR}/devel/p5-Path-Class \ + ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_MODBUILD= yes + +MAN3= Catalyst::Helper::View::XSLT.3 Catalyst::View::XSLT.3 \ + Catalyst::View::XSLT::XML::LibXSLT.3 + +.include <bsd.port.mk> |