aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/p5-Captcha-reCAPTCHA/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/p5-Captcha-reCAPTCHA/Makefile')
-rw-r--r--graphics/p5-Captcha-reCAPTCHA/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/graphics/p5-Captcha-reCAPTCHA/Makefile b/graphics/p5-Captcha-reCAPTCHA/Makefile
index e8cf76556e1f..708bf12c8a9f 100644
--- a/graphics/p5-Captcha-reCAPTCHA/Makefile
+++ b/graphics/p5-Captcha-reCAPTCHA/Makefile
@@ -2,11 +2,12 @@
# $FreeBSD$
PORTNAME= Captcha-reCAPTCHA
-PORTVERSION= 0.98
+PORTVERSION= 0.99
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SUNNYP
PKGNAMEPREFIX= p5-
+DISTNAME= Captcha-reCaptcha-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl implementation of the reCAPTCHA API
@@ -14,8 +15,8 @@ COMMENT= Perl implementation of the reCAPTCHA API
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww \
- p5-HTML-Tiny>=0:textproc/p5-HTML-Tiny
+BUILD_DEPENDS= p5-HTML-Tiny>=0:textproc/p5-HTML-Tiny \
+ p5-libwww>=0:www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
@@ -23,7 +24,4 @@ USES= perl5
USE_PERL5= configure
WRKSRC= ${WRKDIR}/Captcha-reCaptcha
-post-patch:
- @${FIND} ${WRKSRC} -name '._*' -delete
-
.include <bsd.port.mk>