1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

- Add LICENSE

- Add NO_ARCH

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-04-08 09:01:14 +00:00
parent 1bc55404d7
commit f813f0e44e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498356

View File

@ -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>