diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-06-21 23:09:31 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-06-21 23:09:31 +0800 |
commit | e2264ba7ff0de22e7c115d62b59b11fda68c89fa (patch) | |
tree | 27992cbeb7134ae31a330b0db2f5faef1c490eda /textproc/p5-XML-Simple | |
parent | b05a2b0bd1d0250aaf7d826cc6564d95f65eca53 (diff) | |
download | freebsd-ports-gnome-e2264ba7ff0de22e7c115d62b59b11fda68c89fa.tar.gz freebsd-ports-gnome-e2264ba7ff0de22e7c115d62b59b11fda68c89fa.tar.zst freebsd-ports-gnome-e2264ba7ff0de22e7c115d62b59b11fda68c89fa.zip |
- Update to 2.20
- Add LICENSE
Changes: http://search.cpan.org/dist/XML-Simple/Changes
Diffstat (limited to 'textproc/p5-XML-Simple')
-rw-r--r-- | textproc/p5-XML-Simple/Makefile | 11 | ||||
-rw-r--r-- | textproc/p5-XML-Simple/distinfo | 4 |
2 files changed, 9 insertions, 6 deletions
diff --git a/textproc/p5-XML-Simple/Makefile b/textproc/p5-XML-Simple/Makefile index 9ab4dc44ec7a..2e1d930821a7 100644 --- a/textproc/p5-XML-Simple/Makefile +++ b/textproc/p5-XML-Simple/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Simple -PORTVERSION= 2.18 +PORTVERSION= 2.20 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Trivial API for reading and writing XML (esp config files) +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ - p5-XML-SAX-Expat>=0:${PORTSDIR}/textproc/p5-XML-SAX-Expat + p5-XML-SAX>=0.15:${PORTSDIR}/textproc/p5-XML-SAX \ + p5-XML-SAX-Expat>=0:${PORTSDIR}/textproc/p5-XML-SAX-Expat RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_JOBS_UNSAFE= yes - -PERL_CONFIGURE= YES +PERL_CONFIGURE= yes MAN3= XML::Simple.3 XML::Simple::FAQ.3 diff --git a/textproc/p5-XML-Simple/distinfo b/textproc/p5-XML-Simple/distinfo index f6ebbb9b3bb6..e8de42e67cc5 100644 --- a/textproc/p5-XML-Simple/distinfo +++ b/textproc/p5-XML-Simple/distinfo @@ -1,2 +1,2 @@ -SHA256 (XML-Simple-2.18.tar.gz) = a54967c188cda3e20f496c83be4de3f1740eeaa83c0380712ecd969ad8766826 -SIZE (XML-Simple-2.18.tar.gz) = 71129 +SHA256 (XML-Simple-2.20.tar.gz) = 5cff13d0802792da1eb45895ce1be461903d98ec97c9c953bc8406af7294434a +SIZE (XML-Simple-2.20.tar.gz) = 75993 |