pkgsrc/www/p5-Captcha-reCAPTCHA-Mailhide/Makefile
heinz 5b4097915c Initial import of Captcha-reCAPTCHA-Mailhide.
This is a Perl implementation of the reCAPTCHA Mailhide API. It can
generate URLs or even directly usable HTML code for using the reCAPTCHA
Mailhide web service, which provides a way of asking people to solve a
reCAPTCHA before they can view your email address.
2008-01-25 02:31:06 +00:00

23 lines
749 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/01/25 02:31:06 heinz Exp $
#
DISTNAME= Captcha-reCAPTCHA-Mailhide-0.93
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AN/ANDYA/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Captcha-reCAPTCHA-Mailhide/
COMMENT= Perl implementation of the reCAPTCHA Mailhide API
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael
DEPENDS+= p5-HTML-Tiny>=0.904:../../www/p5-HTML-Tiny
DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
PERL5_PACKLIST= auto/Captcha/reCAPTCHA/Mailhide/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"