From a882e7d1e6c7a435821f7982f931a5e9510e7573 Mon Sep 17 00:00:00 2001 From: will Date: Thu, 4 Jan 2001 00:00:06 +0000 Subject: Add p5-XML-DT 0.19, a perl module for down translation of XML to strings. PR: 23994 Submitted by: Anton Berezin --- textproc/p5-XML-DT/Makefile | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 textproc/p5-XML-DT/Makefile (limited to 'textproc/p5-XML-DT/Makefile') diff --git a/textproc/p5-XML-DT/Makefile b/textproc/p5-XML-DT/Makefile new file mode 100644 index 000000000000..9619d841cfef --- /dev/null +++ b/textproc/p5-XML-DT/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: textproc/p5-XML-DT +# Date created: 01 January 2001 +# Whom: Anton Berezin +# +# $FreeBSD$ +# + +PORTNAME= XML-DT +PORTVERSION= 0.19 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= XML +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@tobez.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MAN3= XML::DT.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +post-install: + @${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/XML/DT/examples + @${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/XML/DT/examples/XPath + @${INSTALL_DATA} ${WRKSRC}/examples/XPath/* ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/XML/DT/examples/XPath + @${INSTALL_DATA} `ls -d ${WRKSRC}/examples/* | ${GREP} -v XPath` ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/XML/DT/examples + +.include -- cgit