aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-MediaWiki-API/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-MediaWiki-API/Makefile')
-rw-r--r--www/p5-MediaWiki-API/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/p5-MediaWiki-API/Makefile b/www/p5-MediaWiki-API/Makefile
index a2f4e943deff..7446746cd0a8 100644
--- a/www/p5-MediaWiki-API/Makefile
+++ b/www/p5-MediaWiki-API/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= MediaWiki-API
-PORTVERSION= 0.39
-PORTREVISION= 1
+PORTVERSION= 0.40
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,8 +10,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= OOP MediaWiki engine client
-BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
- p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS
+LICENSE= GPLv3
+
+BUILD_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
+ p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any