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