diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-05-16 00:13:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-05-16 00:13:26 +0800 |
commit | 837d1abfa292e0940f2dcb0f43bc16f65a0a72e5 (patch) | |
tree | 1c87465dfe32d131cb097a09d1e7d3cc506fe061 /net/p5-RPC-XML/Makefile | |
parent | f6407fc9ece172699cffbeb9d35132a7b3fa72ff (diff) | |
download | freebsd-ports-gnome-837d1abfa292e0940f2dcb0f43bc16f65a0a72e5.tar.gz freebsd-ports-gnome-837d1abfa292e0940f2dcb0f43bc16f65a0a72e5.tar.zst freebsd-ports-gnome-837d1abfa292e0940f2dcb0f43bc16f65a0a72e5.zip |
- Update to 0.80
- Add NO_ARCH
Changes: http://search.cpan.org/dist/RPC-XML/ChangeLog
Diffstat (limited to 'net/p5-RPC-XML/Makefile')
-rw-r--r-- | net/p5-RPC-XML/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-RPC-XML/Makefile b/net/p5-RPC-XML/Makefile index 7a0d3e2f0eff..3f5d98756a0c 100644 --- a/net/p5-RPC-XML/Makefile +++ b/net/p5-RPC-XML/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= RPC-XML -PORTVERSION= 0.79 +PORTVERSION= 0.80 CATEGORIES= net www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,6 +18,7 @@ BUILD_DEPENDS= p5-XML-Parser>=2.31:textproc/p5-XML-Parser \ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-DateTime-Format-ISO8601>=0.07:devel/p5-DateTime-Format-ISO8601 +NO_ARCH= yes USES= gmake perl5 USE_PERL5= configure |