diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-21 04:47:22 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-21 04:47:22 +0000 |
commit | f7a4fd80057f2584ef8ae333aa55626fc706db92 (patch) | |
tree | 8e68f2af5925f4baddf0af256a12d6a107c2e7e6 /security | |
parent | 90c352f9bb8b6186ea8ce6e24eb8a7c26c9f0647 (diff) | |
download | pkgsrc-f7a4fd80057f2584ef8ae333aa55626fc706db92.tar.gz |
Add HOMEPAGE and LICENSE.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-PluggableCaptcha/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/p5-Authen-PluggableCaptcha/Makefile b/security/p5-Authen-PluggableCaptcha/Makefile index b20545af2f8..15ca5aa29e2 100644 --- a/security/p5-Authen-PluggableCaptcha/Makefile +++ b/security/p5-Authen-PluggableCaptcha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/08/14 14:42:46 obache Exp $ +# $NetBSD: Makefile,v 1.4 2011/10/21 04:47:22 hiramatsu Exp $ # DISTNAME= Authen-PluggableCaptcha-0.05 @@ -9,7 +9,9 @@ CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/} MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Authen-PluggableCaptcha/ COMMENT= Perl5 module implementing a pluggable Captcha framework +LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Number-Spell>=0.04:../../textproc/p5-Number-Spell DEPENDS+= p5-HTML-Email-Obfuscate>=0.02:../../www/p5-HTML-Email-Obfuscate |