diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-28 18:21:53 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-28 18:21:53 +0000 |
commit | fea9e1154819dccea23f3c5a84b11af6eaa5682c (patch) | |
tree | 0d086870960986a2b8f2dcda95f5b31d9b07e3a8 /textproc | |
parent | 4319419face5f67df08c1c1d0331f40eb597f316 (diff) |
Add depends to p5-XML-Parser.
Notes
Notes:
svn path=/head/; revision=43210
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Writer/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-XML-Writer/Makefile b/textproc/p5-XML-Writer/Makefile index 76db526f6a66..14bc06233f59 100644 --- a/textproc/p5-XML-Writer/Makefile +++ b/textproc/p5-XML-Writer/Makefile @@ -7,6 +7,7 @@ PORTNAME= XML-Writer PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -14,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= XML::Writer.3 |