diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-11 13:29:13 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-11 13:29:13 +0000 |
commit | db89e3c9adb725144035109f16b437d240b791c9 (patch) | |
tree | 15ca6ebbf085a1e79f58950cdc43636afbd5c756 /security/p5-Authen-Captcha/Makefile | |
parent | 58feff40dee2c3f881323d91fd08d9ba90444e95 (diff) | |
download | ports-db89e3c9adb725144035109f16b437d240b791c9.tar.gz ports-db89e3c9adb725144035109f16b437d240b791c9.zip |
Notes
Diffstat (limited to 'security/p5-Authen-Captcha/Makefile')
-rw-r--r-- | security/p5-Authen-Captcha/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/p5-Authen-Captcha/Makefile b/security/p5-Authen-Captcha/Makefile index 7542e04e5340..b8572acd5103 100644 --- a/security/p5-Authen-Captcha/Makefile +++ b/security/p5-Authen-Captcha/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Authen-Captcha -PORTVERSION= 1.023 -PORTREVISION= 9 +PORTVERSION= 1.024 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to verify the human element in transactions +LICENSE= GPLv2 + BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD RUN_DEPENDS:= ${BUILD_DEPENDS} |