aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Captcha-reCAPTCHA-Mailhide
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-04-08 09:01:14 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-04-08 09:01:14 +0000
commitf813f0e44eb928e83f5be7da4055d0afc6e93f13 (patch)
treeb33ba87dff99f3b3ad77eda965eebb8c4e1ceafa /graphics/p5-Captcha-reCAPTCHA-Mailhide
parent1bc55404d7fda8d09822733125c367f2d492170a (diff)
downloadports-f813f0e44eb928e83f5be7da4055d0afc6e93f13.tar.gz
ports-f813f0e44eb928e83f5be7da4055d0afc6e93f13.zip
- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=498356
Diffstat (limited to 'graphics/p5-Captcha-reCAPTCHA-Mailhide')
-rw-r--r--graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile b/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile
index 0426a067d602..9f3d7b960b39 100644
--- a/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile
+++ b/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile
@@ -12,6 +12,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= gerard@seibercom.net
COMMENT= Perl implementation of the reCAPTCHA Mailhide API
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Crypt-Rijndael>=0:security/p5-Crypt-Rijndael \
p5-HTML-Tiny>=0.904:textproc/p5-HTML-Tiny
@@ -19,5 +22,6 @@ RUN_DEPENDS= p5-Crypt-Rijndael>=0:security/p5-Crypt-Rijndael \
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>