diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-08-29 18:27:26 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-08-29 18:27:26 +0000 |
commit | b8a57450aa9804ae21e53903de881817cc6922a2 (patch) | |
tree | 492486b18481cb642ce9baab4e5aa415b1b47aef /www/p5-JSON-API/Makefile | |
parent | - Update to 4.8 (diff) |
- Update to 1.1.1
- Pacify portlint
Notes
Notes:
svn path=/head/; revision=510177
Diffstat (limited to 'www/p5-JSON-API/Makefile')
-rw-r--r-- | www/p5-JSON-API/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-JSON-API/Makefile b/www/p5-JSON-API/Makefile index bdc483ee9fbf..626b5a07e59d 100644 --- a/www/p5-JSON-API/Makefile +++ b/www/p5-JSON-API/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= JSON-API -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 DISTVERSIONPREFIX= v CATEGORIES= www perl5 MASTER_SITES= CPAN @@ -24,6 +24,7 @@ TEST_DEPENDS= p5-IO-Capture>=0:devel/p5-IO-Capture \ USES= perl5 USE_PERL5= modbuild + NO_ARCH= yes .include <bsd.port.mk> |