diff options
author | clsung <clsung@FreeBSD.org> | 2008-04-01 19:18:51 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2008-04-01 19:18:51 +0800 |
commit | a04897584502e23e74faa9ced06276731f4cf7f2 (patch) | |
tree | 6a7dee476d527438c8308e4224ec3d3e775f1211 /converters/p5-JSON-Any/Makefile | |
parent | 9e9d8f5d06220b3bdf0f325201222db3c68ba4f1 (diff) | |
download | freebsd-ports-gnome-a04897584502e23e74faa9ced06276731f4cf7f2.tar.gz freebsd-ports-gnome-a04897584502e23e74faa9ced06276731f4cf7f2.tar.zst freebsd-ports-gnome-a04897584502e23e74faa9ced06276731f4cf7f2.zip |
- Update to 1.16
Changes: http://search.cpan.org/dist/JSON-Any/Changes
Diffstat (limited to 'converters/p5-JSON-Any/Makefile')
-rw-r--r-- | converters/p5-JSON-Any/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/converters/p5-JSON-Any/Makefile b/converters/p5-JSON-Any/Makefile index 66ace50581ba..c926b3ceeaa1 100644 --- a/converters/p5-JSON-Any/Makefile +++ b/converters/p5-JSON-Any/Makefile @@ -6,7 +6,7 @@ # PORTNAME= JSON-Any -PORTVERSION= 1.15 +PORTVERSION= 1.16 CATEGORIES= converters perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/P/PE/PERIGRIN @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Perl Wrapper Class for the various JSON classes +RUN_DEPENDS= p5-JSON>=2.02:${PORTSDIR}/converters/p5-JSON +BUILD_DEPENDS= ${RUN_DEPENDS} + PERL_CONFIGURE= yes MAN3= JSON::Any.3 |