diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-10-31 04:11:02 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-10-31 04:11:02 +0000 |
commit | 95935b92193bb1bd96162a9d0236b37a89d43080 (patch) | |
tree | 159d55a68b79ebff86b62f5c84bccae51202c880 /textproc/p5-XML-SimpleObject-LibXML | |
parent | 289ade95418c79538de31c95483bd65aaee8015b (diff) | |
download | ports-95935b92193bb1bd96162a9d0236b37a89d43080.tar.gz ports-95935b92193bb1bd96162a9d0236b37a89d43080.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-SimpleObject-LibXML')
-rw-r--r-- | textproc/p5-XML-SimpleObject-LibXML/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-XML-SimpleObject-LibXML/Makefile b/textproc/p5-XML-SimpleObject-LibXML/Makefile index c3aad792af98..788eaecedce4 100644 --- a/textproc/p5-XML-SimpleObject-LibXML/Makefile +++ b/textproc/p5-XML-SimpleObject-LibXML/Makefile @@ -7,6 +7,7 @@ PORTNAME= XML-SimpleObject-LibXML PORTVERSION= 0.59 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -15,7 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A simple(r) object representation of an XML::LibXML DOM object -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ + ${SITE_PERL}/XML/SimpleObject/LibXML.pm:${PORTSDIR}/textproc/p5-XML-SimpleObject PERL_CONFIGURE= YES |