summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Handler-Trees/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-12-02 19:24:45 +0000
committerSteve Price <steve@FreeBSD.org>2001-12-02 19:24:45 +0000
commitdf25fac56aca6e402c2162ef6be1c88d802a0e0e (patch)
treee152748bc220f09f84ca20541e73ff0c5b8a72e3 /textproc/p5-XML-Handler-Trees/Makefile
parentUpdate to 0.6.5. (diff)
Adding p5-XML-Handler-Trees version 0.01.
PerlSAX handlers for building XML tree structures. PR: 32325 Submitted by: Sergey Skvortsov <skv@protey.ru>
Notes
Notes: svn path=/head/; revision=50893
Diffstat (limited to 'textproc/p5-XML-Handler-Trees/Makefile')
-rw-r--r--textproc/p5-XML-Handler-Trees/Makefile29
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>