23 lines
417 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2016/03/20 19:56:43 naddy Exp $
2015-01-21 07:40:11 +00:00
COMMENT = security image (captcha) generator
2015-01-21 07:40:11 +00:00
MODULES = cpan
PKG_ARCH = *
2015-01-21 07:40:11 +00:00
DISTNAME = GD-SecurityImage-1.73
CATEGORIES = graphics security
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# Perl
2015-01-21 07:40:11 +00:00
PERMIT_PACKAGE_CDROM = Yes
2015-01-21 07:40:11 +00:00
RUN_DEPENDS = graphics/p5-GD
2015-01-21 07:40:11 +00:00
CONFIGURE_STYLE = modbuild
2015-01-21 07:40:11 +00:00
MODCPAN_EXAMPLES = Yes
MODCPAN_EXAMPLES_DIST = eg
.include <bsd.port.mk>