diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-12-04 19:34:04 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-12-04 19:34:04 +0800 |
commit | 32d4e8a85b140856f8a91ca480bd71aa179a8560 (patch) | |
tree | 39a041d2edad7803f42e2d25b59e030954b1cd1c /www/p5-Flea/Makefile | |
parent | 0e65dbeb4fb100b94596eb2f3d2d4a512521fee8 (diff) | |
download | freebsd-ports-gnome-32d4e8a85b140856f8a91ca480bd71aa179a8560.tar.gz freebsd-ports-gnome-32d4e8a85b140856f8a91ca480bd71aa179a8560.tar.zst freebsd-ports-gnome-32d4e8a85b140856f8a91ca480bd71aa179a8560.zip |
- I'm not sure why I choosed JSON1 for this dependency. Change
p5-JSON (2.x) by default.
Diffstat (limited to 'www/p5-Flea/Makefile')
-rw-r--r-- | www/p5-Flea/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Flea/Makefile b/www/p5-Flea/Makefile index 2878376238e9..2721e32c855f 100644 --- a/www/p5-Flea/Makefile +++ b/www/p5-Flea/Makefile @@ -7,6 +7,7 @@ PORTNAME= Flea PORTVERSION= 0.04 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/F/FR/FRODWITH @@ -20,7 +21,7 @@ RUN_DEPENDS= \ p5-Exception-Class>0:${PORTSDIR}/devel/p5-Exception-Class \ p5-Exporter-Declare>=0.100:${PORTSDIR}/devel/p5-Exporter-Declare \ p5-HTTP-Exception>0:${PORTSDIR}/www/p5-HTTP-Exception \ - p5-JSON>0:${PORTSDIR}/converters/p5-JSON1 \ + p5-JSON>0:${PORTSDIR}/converters/p5-JSON \ p5-Plack>0:${PORTSDIR}/www/p5-Plack \ p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \ p5-URI>0:${PORTSDIR}/net/p5-URI |