freebsd-ports/security/p5-GD-SecurityImage/Makefile
Mark Linimon 9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00

31 lines
751 B
Makefile

# New ports collection makefile for: GD-SecurityImage
# Date created: 15 October 2005
# Whom: ports@rbt.ca
#
# $FreeBSD$
#
PORTNAME= GD-SecurityImage
PORTVERSION= 1.64
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= GD
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module for creating CAPTCHA security images
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= GD::SecurityImage.3 \
GD::SecurityImage::GD.3 \
GD::SecurityImage::Magick.3 \
GD::SecurityImage::Styles.3
.include <bsd.port.mk>