diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-12-07 01:52:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-12-07 01:52:14 +0800 |
commit | 47819c5838906749464ca5baa89dc41e20ab4df9 (patch) | |
tree | 88cf6281753105249a203bc21e15ed905bb1f9cd /textproc/p5-XML-Simple/Makefile | |
parent | 4f41b96acb808c91a1b5e011363ffc834eb050ed (diff) | |
download | freebsd-ports-gnome-47819c5838906749464ca5baa89dc41e20ab4df9.tar.gz freebsd-ports-gnome-47819c5838906749464ca5baa89dc41e20ab4df9.tar.zst freebsd-ports-gnome-47819c5838906749464ca5baa89dc41e20ab4df9.zip |
- Update to 2.22
- Add LICENSE_FILE
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/XML-Simple/Changes
Diffstat (limited to 'textproc/p5-XML-Simple/Makefile')
-rw-r--r-- | textproc/p5-XML-Simple/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-XML-Simple/Makefile b/textproc/p5-XML-Simple/Makefile index 3181ba254a4b..13520902285e 100644 --- a/textproc/p5-XML-Simple/Makefile +++ b/textproc/p5-XML-Simple/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= XML-Simple -PORTVERSION= 2.20 -PORTREVISION= 1 +PORTVERSION= 2.22 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +12,7 @@ COMMENT= Trivial API for reading and writing XML (esp config files) LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ p5-XML-SAX>=0.15:${PORTSDIR}/textproc/p5-XML-SAX \ @@ -20,6 +20,7 @@ BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_JOBS_UNSAFE= yes +NO_ARCH= yes USES= perl5 USE_PERL5= configure |