diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-02-28 09:47:02 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-02-28 09:47:02 +0000 |
commit | 416b31cc2d0dcf96116ff992db10f1d7959c98a2 (patch) | |
tree | 74471ff46a10e045bd29421bfce59f87b52f566d /graphics/p5-Captcha-reCAPTCHA | |
parent | 80f6fb1626d2467f4dd98ea5dd15d908274777aa (diff) | |
download | ports-416b31cc2d0dcf96116ff992db10f1d7959c98a2.tar.gz ports-416b31cc2d0dcf96116ff992db10f1d7959c98a2.zip |
Notes
Diffstat (limited to 'graphics/p5-Captcha-reCAPTCHA')
-rw-r--r-- | graphics/p5-Captcha-reCAPTCHA/Makefile | 13 | ||||
-rw-r--r-- | graphics/p5-Captcha-reCAPTCHA/distinfo | 5 | ||||
-rw-r--r-- | graphics/p5-Captcha-reCAPTCHA/pkg-plist | 2 |
3 files changed, 14 insertions, 6 deletions
diff --git a/graphics/p5-Captcha-reCAPTCHA/Makefile b/graphics/p5-Captcha-reCAPTCHA/Makefile index d2319f244114..2e411fe03fdf 100644 --- a/graphics/p5-Captcha-reCAPTCHA/Makefile +++ b/graphics/p5-Captcha-reCAPTCHA/Makefile @@ -2,21 +2,28 @@ # $FreeBSD$ PORTNAME= Captcha-reCAPTCHA -PORTVERSION= 0.97 -PORTREVISION= 1 +PORTVERSION= 0.98 CATEGORIES= graphics perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:PHRED +MASTER_SITE_SUBDIR= CPAN:SUNNYP PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org 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 RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure +WRKSRC= ${WRKDIR}/Captcha-reCaptcha + +post-patch: + @${FIND} ${WRKSRC} -name '._*' -delete .include <bsd.port.mk> diff --git a/graphics/p5-Captcha-reCAPTCHA/distinfo b/graphics/p5-Captcha-reCAPTCHA/distinfo index 0eee6a53dbfa..c6067a3d0fd2 100644 --- a/graphics/p5-Captcha-reCAPTCHA/distinfo +++ b/graphics/p5-Captcha-reCAPTCHA/distinfo @@ -1,2 +1,3 @@ -SHA256 (Captcha-reCAPTCHA-0.97.tar.gz) = 988b10b1ef89045f153f12fccd0b298fb6a239a54c769ca7ad264a9510f4c289 -SIZE (Captcha-reCAPTCHA-0.97.tar.gz) = 9311 +TIMESTAMP = 1488262564 +SHA256 (Captcha-reCAPTCHA-0.98.tar.gz) = 9eac5c0aebcbba8e22687d136e5f8630d865874abed3b1f92b6fc65d4c9a8cd9 +SIZE (Captcha-reCAPTCHA-0.98.tar.gz) = 13096 diff --git a/graphics/p5-Captcha-reCAPTCHA/pkg-plist b/graphics/p5-Captcha-reCAPTCHA/pkg-plist index 8309082f582f..2a9ce0f7a345 100644 --- a/graphics/p5-Captcha-reCAPTCHA/pkg-plist +++ b/graphics/p5-Captcha-reCAPTCHA/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Captcha::reCAPTCHA.3.gz %%SITE_PERL%%/Captcha/reCAPTCHA.pm +%%PERL5_MAN3%%/Captcha::reCAPTCHA.3.gz |