diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 04:53:50 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-28 04:53:50 +0000 |
commit | 935c866afb7d805ed4d8c023cf28a1dee8c05f6b (patch) | |
tree | 669406cf84e1a7cbae93e65ea1ba66f693c71b1f /devel/p5-XML-Pastor | |
parent | b93b277e621a46e9c3504de7d9692babe843ee32 (diff) | |
download | ports-935c866afb7d805ed4d8c023cf28a1dee8c05f6b.tar.gz ports-935c866afb7d805ed4d8c023cf28a1dee8c05f6b.zip |
Notes
Diffstat (limited to 'devel/p5-XML-Pastor')
-rw-r--r-- | devel/p5-XML-Pastor/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/p5-XML-Pastor/Makefile b/devel/p5-XML-Pastor/Makefile index 7df53172b502..218b0a396498 100644 --- a/devel/p5-XML-Pastor/Makefile +++ b/devel/p5-XML-Pastor/Makefile @@ -7,6 +7,7 @@ PORTNAME= XML-Pastor PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,17 +17,9 @@ COMMENT= Generate Perl classes with XML bindings from a W3C XSD schema BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ - p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \ - p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \ p5-Data-HashArray>=0:${PORTSDIR}/devel/p5-Data-HashArray \ p5-File-chdir>=0:${PORTSDIR}/devel/p5-File-chdir \ - p5-File-Path>=0:${PORTSDIR}/devel/p5-File-Path \ - p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \ - p5-IO>=0:${PORTSDIR}/devel/p5-IO \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \ - p5-Pod-Parser>=0:${PORTSDIR}/textproc/p5-Pod-Parser \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML RUN_DEPENDS= ${BUILD_DEPENDS} |