pkgsrc/graphics/p5-GD-SecurityImage/Makefile
mef 61fa0c6a3b Updated graphics/p5-GD-SecurityImage to 1.75
(pkgsrc) Drop patch-Makefile.PL (which was said necessary to perl 5.26,
         this version may be packged with perl 5.26 without this patch)
(upstream)
1.75 2018-12-24 BURAK
    - Drop legacy workarounds and documentation about those as well.
    - In relation to that, we now depend on relatively new versions
        of both GD & PerlMagick.
    - These methods are now also removed a from the backends as well:
        _versiongt
        _versionlt
    - Distro fix.

1.74 2018-12-24 BURAK
    - Migrate to dzil.
2019-02-24 05:15:18 +00:00

19 lines
586 B
Makefile

# $NetBSD: Makefile,v 1.17 2019/02/24 05:15:18 mef Exp $
DISTNAME= GD-SecurityImage-1.75
PKGNAME= p5-${DISTNAME}
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-9]*:../../graphics/p5-GD
DEPENDS+= p5-PerlMagick>=6.0.4:../../graphics/p5-PerlMagick
PERL5_PACKLIST= auto/GD/SecurityImage/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"