diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-28 16:04:27 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-28 16:04:27 +0000 |
commit | 0a6e6b3cf18c0c1a4304786b2476accbd1a8126b (patch) | |
tree | 83d829b4c0e369d83bd15bef6bf2f4543622dc7c /www/p5-Sledge-Plugin-XSLT | |
parent | 1d838dbb2e49fa22d2e244d9c03977ab4d75bc33 (diff) | |
download | ports-0a6e6b3cf18c0c1a4304786b2476accbd1a8126b.tar.gz ports-0a6e6b3cf18c0c1a4304786b2476accbd1a8126b.zip |
Notes
Diffstat (limited to 'www/p5-Sledge-Plugin-XSLT')
-rw-r--r-- | www/p5-Sledge-Plugin-XSLT/Makefile | 31 | ||||
-rw-r--r-- | www/p5-Sledge-Plugin-XSLT/distinfo | 1 | ||||
-rw-r--r-- | www/p5-Sledge-Plugin-XSLT/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-Sledge-Plugin-XSLT/pkg-plist | 5 |
4 files changed, 41 insertions, 0 deletions
diff --git a/www/p5-Sledge-Plugin-XSLT/Makefile b/www/p5-Sledge-Plugin-XSLT/Makefile new file mode 100644 index 000000000000..6f7a9253803b --- /dev/null +++ b/www/p5-Sledge-Plugin-XSLT/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-Sledge-Plugin-XSLT +# Date created: 27 February 2003 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +PORTNAME= Sledge-Plugin-XSLT +PORTVERSION= 0.01 +CATEGORIES= www textproc perl5 +MASTER_SITES= http://downloads.sourceforge.jp/sledge/2457/ +PKGNAMEPREFIX= p5- + +MAINTAINER= knu@FreeBSD.org +COMMENT= A Sledge plug-in that adds XSLT::Dispatch::Config on + +BUILD_DEPENDS= ${PM_DEPENDS} +RUN_DEPENDS= ${PM_DEPENDS} + +PM_DEPENDS= ${SITE_PERL}/Sledge.pm:${PORTSDIR}/www/p5-Sledge +PM_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML +PM_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/XML/LibXSLT.pm:${PORTSDIR}/textproc/p5-XML-LibXSLT + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} + +PERL_CONFIGURE= yes + +MAN3= Sledge::Plugin::XSLT.3 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/www/p5-Sledge-Plugin-XSLT/distinfo b/www/p5-Sledge-Plugin-XSLT/distinfo new file mode 100644 index 000000000000..fba8fcfc03d9 --- /dev/null +++ b/www/p5-Sledge-Plugin-XSLT/distinfo @@ -0,0 +1 @@ +MD5 (Sledge-Plugin-XSLT-0.01.tar.gz) = 054e5b32e66d2a18fec69d08c0955ca5 diff --git a/www/p5-Sledge-Plugin-XSLT/pkg-descr b/www/p5-Sledge-Plugin-XSLT/pkg-descr new file mode 100644 index 000000000000..9b48eccc4b3c --- /dev/null +++ b/www/p5-Sledge-Plugin-XSLT/pkg-descr @@ -0,0 +1,4 @@ +Sledge::Plugin::XSLT is a Sledge plug-in that adds +XSLT::Dispatch::Config on. + +WWW: http://sl.edge.jp/ diff --git a/www/p5-Sledge-Plugin-XSLT/pkg-plist b/www/p5-Sledge-Plugin-XSLT/pkg-plist new file mode 100644 index 000000000000..ad303e9b7f22 --- /dev/null +++ b/www/p5-Sledge-Plugin-XSLT/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/Sledge/Plugin/XSLT.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sledge/Plugin/XSLT/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sledge/Plugin/XSLT +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Sledge/Plugin 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Sledge/Plugin 2>/dev/null || true |