pkgsrc/security/p5-pcsc/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

30 lines
944 B
Makefile

# $NetBSD: Makefile,v 1.14 2014/05/29 23:37:25 wiz Exp $
DISTNAME= pcsc-perl-1.4.13
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/pcsc-perl/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ludovic.rousseau.free.fr/softwares/pcsc-perl/
COMMENT= Allows communication with a smart card from a Perl script
PERL5_MODULE_TYPE= MakeMaker
LICENSE= gnu-gpl-v2
SUBST_CLASSES+= perl
SUBST_STAGE.perl= post-patch
SUBST_FILES.perl= Card/t/test.t examples/test_iso_error.pl examples/gsm_directory.pl t/test.t test/multiple_readers.pl test/single_reader.pl
SUBST_SED.perl= -e 's,/usr/bin/perl,${PERL5},'
PERL5_USE_PACKLIST= yes
MAKE_PARAMS+= INSTALLDIRS=vendor
PERL5_PACKLIST= auto/Chipcard/PCSC/.packlist
USE_TOOLS+= pkg-config
.include "../../lang/perl5/module.mk"
.include "../../security/pcsc-lite/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"