diff options
author | Steve Price <steve@FreeBSD.org> | 2001-12-02 19:24:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-12-02 19:24:45 +0000 |
commit | df25fac56aca6e402c2162ef6be1c88d802a0e0e (patch) | |
tree | e152748bc220f09f84ca20541e73ff0c5b8a72e3 /textproc/p5-XML-Handler-Trees/Makefile | |
parent | 3c5c121e416bc8d7074eb82ba59ba87dd14ac408 (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-Handler-Trees/Makefile')
-rw-r--r-- | textproc/p5-XML-Handler-Trees/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/textproc/p5-XML-Handler-Trees/Makefile b/textproc/p5-XML-Handler-Trees/Makefile new file mode 100644 index 000000000000..af183a4546f2 --- /dev/null +++ b/textproc/p5-XML-Handler-Trees/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: XML::Handler::Trees +# Date created: 22 Nov 2001 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= XML-Handler-Trees +PORTVERSION= 0.01 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= XML +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@protey.ru + +BUILD_DEPENDS= dos2unix:${PORTSDIR}/converters/unix2dos + +PERL_CONFIGURE= yes + +MAN3= XML::Handler::Trees.3 + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +post-extract: + @${FIND} ${WRKSRC} -type f -name "*.p[lm]" | ${XARGS} ${CHMOD} +w + @${FIND} ${WRKSRC} -type f -name "*.p[lm]" | ${XARGS} dos2unix -p + +.include <bsd.port.mk> |