aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Directory/Makefile
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-12-27 15:55:23 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-12-27 15:55:23 +0000
commit2ea56861fa1ec740f816f949c77148fd32c94565 (patch)
tree0dcecbfe24142ca0475c5ace8477dabe11186024 /textproc/p5-XML-Directory/Makefile
parent4e184a66b9f1a2f704e2411f3cfdc0bb21f98659 (diff)
downloadports-2ea56861fa1ec740f816f949c77148fd32c94565.tar.gz
ports-2ea56861fa1ec740f816f949c77148fd32c94565.zip
Notes
Diffstat (limited to 'textproc/p5-XML-Directory/Makefile')
-rw-r--r--textproc/p5-XML-Directory/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/textproc/p5-XML-Directory/Makefile b/textproc/p5-XML-Directory/Makefile
index cca041900583..6fc945936dd6 100644
--- a/textproc/p5-XML-Directory/Makefile
+++ b/textproc/p5-XML-Directory/Makefile
@@ -6,28 +6,23 @@
#
PORTNAME= XML-Directory
-PORTVERSION= 0.84
+PORTVERSION= 0.99
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
-MAINTAINER= skv@protey.ru
+MAINTAINER= skv@FreeBSD.org
COMMENT= Returns a content of directory as XML
-BUILD_DEPENDS= ${SITE_PERL}/RDF/Notation3.pm:${PORTSDIR}/textproc/p5-RDF-Notation3
+BUILD_DEPENDS= ${SITE_PERL}/RDF/Notation3.pm:${PORTSDIR}/textproc/p5-RDF-Notation3 \
+ ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= XML::Directory.3 XML::Directory::Apache.3 \
- XML::Directory::Exception.3 XML::Directory::SAX.3 \
- XML::Directory::String.3
-
-
-pre-patch:
- @${FIND} ${WRKSRC} -name "*.pm" | ${XARGS} ${PERL} -pi -e \
- '$$package=$$1 if /^package\s+([^\s;]*);/; s!^require 5.005_62;!!; s!^use warnings;!!; s!^our\s+(\$$|@)(VERSION|ISA|EXPORT|EXPORT_OK)\s+=!$$1$${package}::$$2=!;'
+ XML::Directory::SAX.3 XML::Directory::String.3
.include <bsd.port.pre.mk>