mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
- 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
This commit is contained in:
parent
bb17d1ea5a
commit
a8df42c99c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184000
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user