24 lines
419 B
Makefile
Raw Normal View History

2013-03-11 11:10:51 +00:00
# $OpenBSD: Makefile,v 1.9 2013/03/11 11:10:54 espie Exp $
COMMENT= security image (captcha) generator
MODULES= cpan
DISTNAME= GD-SecurityImage-1.66
REVISION= 1
CATEGORIES= graphics security
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
2010-11-17 08:05:12 +00:00
RUN_DEPENDS= graphics/p5-GD
CONFIGURE_STYLE=modbuild
2010-10-18 18:13:12 +00:00
USE_GROFF = Yes
2010-10-01 22:08:56 +00:00
MODCPAN_EXAMPLES= Yes
MODCPAN_EXAMPLES_DIST= eg
.include <bsd.port.mk>