openbsd-ports/graphics/p5-Captcha-reCAPTCHA/Makefile
simon a26da08492 import p5-Captcha-reCAPTCHA
reCAPTCHA is a hybrid mechanical turk and captcha that allows visitors
who complete the captcha to assist in the digitization of books.
2009-02-05 22:05:07 +00:00

25 lines
487 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/02/05 22:05:07 simon Exp $
COMMENT = Perl implementation of the reCAPTCHA API
MODULES = cpan
DISTNAME = Captcha-reCAPTCHA-0.92
CATEGORIES = graphics security
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
CPAN_AUTHOR = ANDYA
RUN_DEPENDS = ::www/p5-HTML-Tiny \
::www/p5-libwww
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>