c8f692bf9c
- Updating package for p5 module GD::SecurityImage from 1.66 to 1.70 - Adding HOMEPAGE/LICENSE Upstream changes: 1.70 Thu Apr 30 16:56:32 2009 => Made a mistake. version checking test is really gone now. 1.69 Thu Apr 30 15:13:19 2009 => Re-release without the version check test. 1.68 Wed Apr 22 19:49:46 2009 => Update builder. 1.67 Sat Apr 18 05:45:48 2009 => Update distro files.
23 lines
637 B
Makefile
23 lines
637 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/05/21 18:00:52 sno Exp $
|
|
#
|
|
|
|
DISTNAME= GD-SecurityImage-1.70
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5gsi
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Perl5 security image (CAPTCHA) generator
|
|
HOMEPAGE= http://search.cpan.org/dist/GD-SecurityImage/
|
|
LICENSE= gnu-gpl-v2 # OR artistic
|
|
|
|
DEPENDS+= p5-GD>0:../../graphics/p5-GD
|
|
DEPENDS+= p5-PerlMagick>=6.0.4:../../graphics/p5-PerlMagick
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/GD/SecurityImage/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|