diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-03-26 13:42:26 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-03-26 13:42:26 +0000 |
commit | de069389fb6c942e4a4e56772df96d967a28a738 (patch) | |
tree | 0c35b113bef5618a4c9ba05270213d11f7abc3e1 /www/p5-JSON-API/Makefile | |
parent | Switch the KDE PIM ports to KDE4_KDEPIM_VERSION. (diff) |
Add p5-JSON-API 1.1.0, module to interact with a JSON API.
Notes
Notes:
svn path=/head/; revision=436962
Diffstat (limited to 'www/p5-JSON-API/Makefile')
-rw-r--r-- | www/p5-JSON-API/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/www/p5-JSON-API/Makefile b/www/p5-JSON-API/Makefile new file mode 100644 index 000000000000..6ebaf200405a --- /dev/null +++ b/www/p5-JSON-API/Makefile @@ -0,0 +1,29 @@ +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= JSON-API +PORTVERSION= 1.1.0 +DISTVERSIONPREFIX= v +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Module to interact with a JSON API + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-JSON>=2:converters/p5-JSON \ + p5-libwww>=0:www/p5-libwww \ + p5-URI-Encode>0:www/p5-URI-Encode +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-IO-Capture>=0:devel/p5-IO-Capture \ + p5-Test-Fake-HTTPD>=0:devel/p5-Test-Fake-HTTPD \ + p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage + +USES= perl5 +USE_PERL5= modbuild +NO_ARCH= yes + +.include <bsd.port.mk> |