diff options
| author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-02-03 02:27:48 +0000 |
|---|---|---|
| committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-02-03 02:27:48 +0000 |
| commit | a8df42c99c42eb68b2dbc4da8ce011d3fb453bbf (patch) | |
| tree | d60772fc5b73829d6d7466177fccea448c4a6b99 | |
| parent | Utilize PORTDOCS (diff) | |
- add dependency of XML::SAX::Expat to avoid depend on XML::SAX::PurePerl
- bump PORTREVISION
PR: ports/108367
Submitted by: dirk dot meyer_AT_dinoex dot sub dot org
Notes
Notes:
svn path=/head/; revision=184000
| -rw-r--r-- | textproc/p5-XML-Simple/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-XML-Simple/Makefile b/textproc/p5-XML-Simple/Makefile index e35cd51bb107..1fd5613a9d0b 100644 --- a/textproc/p5-XML-Simple/Makefile +++ b/textproc/p5-XML-Simple/Makefile @@ -7,6 +7,7 @@ PORTNAME= XML-Simple PORTVERSION= 2.16 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -15,7 +16,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Trivial API for reading and writing XML (esp config files) -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ + ${SITE_PERL}/XML/SAX/Expat.pm:${PORTSDIR}/textproc/p5-XML-SAX-Expat RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES |
