aboutsummaryrefslogtreecommitdiff
path: root/net/p5-WebService-Prowl/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-05-28 17:09:54 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-05-28 17:09:54 +0000
commit8e9909b1503d1429d122c97e25bf3a8517e9873c (patch)
tree6874d2dcb93c7d2cef4825b373cb5feb3b2ad16a /net/p5-WebService-Prowl/Makefile
parent12e20ca31249550d3ab1464d83ecb88a51bb381a (diff)
Notes
Diffstat (limited to 'net/p5-WebService-Prowl/Makefile')
-rw-r--r--net/p5-WebService-Prowl/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/p5-WebService-Prowl/Makefile b/net/p5-WebService-Prowl/Makefile
index 6a29e372c954..98ed5bb15eb8 100644
--- a/net/p5-WebService-Prowl/Makefile
+++ b/net/p5-WebService-Prowl/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= WebService-Prowl
-PORTVERSION= 0.07
-PORTREVISION= 2
+PORTVERSION= 0.08
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,15 +12,15 @@ COMMENT= Perl interface to Prowl Public API
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww \
p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \
- p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay \
p5-XML-Simple>=0:textproc/p5-XML-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
-USE_PERL5= configure
+USE_PERL5= modbuildtiny
NO_ARCH= yes
.include <bsd.port.mk>