Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / p5-pcsc / Makefile
blob0b370fa3e8bfafed96cd3c5762b27f729f430d08
1 # $NetBSD: Makefile,v 1.10 2012/12/14 23:54:43 pettai Exp $
3 DISTNAME= pcsc-perl-1.4.12
4 PKGNAME= p5-${DISTNAME}
5 PKGREVISION= 2
6 CATEGORIES= security
7 MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/pcsc-perl/
8 EXTRACT_SUFX= .tar.bz2
10 MAINTAINER= pkgsrc-users@NetBSD.org
11 HOMEPAGE= http://ludovic.rousseau.free.fr/softwares/pcsc-perl/
12 COMMENT= Allows communication with a smart card from a Perl script
14 PERL5_MODULE_TYPE= MakeMaker
15 LICENSE= gnu-gpl-v2
17 SUBST_CLASSES+= perl
18 SUBST_STAGE.perl= post-patch
19 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
20 SUBST_SED.perl= -e 's,/usr/bin/perl,${PERL5},'
22 PERL5_USE_PACKLIST= yes
23 MAKE_PARAMS+= INSTALLDIRS=vendor
24 PERL5_PACKLIST= auto/Chipcard/PCSC/.packlist
26 USE_TOOLS+= pkg-config
28 .include "../../lang/perl5/module.mk"
29 .include "../../security/pcsc-lite/buildlink3.mk"
30 .include "../../mk/bsd.pkg.mk"