[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / p5-pcsc

Annotation of pkgsrc/security/p5-pcsc/Makefile, Revision 1.11

1.11    ! wiz         1: # $NetBSD: Makefile,v 1.10 2012/12/14 23:54:43 pettai Exp $
1.1       shannonj    2:
1.7       abs         3: DISTNAME=      pcsc-perl-1.4.12
1.1       shannonj    4: PKGNAME=       p5-${DISTNAME}
1.10      pettai      5: PKGREVISION=   2
1.1       shannonj    6: CATEGORIES=    security
                      7: MASTER_SITES=  http://ludovic.rousseau.free.fr/softwares/pcsc-perl/
1.7       abs         8: EXTRACT_SUFX=  .tar.bz2
1.1       shannonj    9:
1.11    ! wiz        10: MAINTAINER=    pkgsrc-users@NetBSD.org
1.1       shannonj   11: HOMEPAGE=      http://ludovic.rousseau.free.fr/softwares/pcsc-perl/
                     12: COMMENT=       Allows communication with a smart card from a Perl script
                     13:
                     14: PERL5_MODULE_TYPE=     MakeMaker
1.7       abs        15: LICENSE=               gnu-gpl-v2
1.1       shannonj   16:
                     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},'
                     21:
                     22: PERL5_USE_PACKLIST=    yes
                     23: MAKE_PARAMS+=          INSTALLDIRS=vendor
                     24: PERL5_PACKLIST=                auto/Chipcard/PCSC/.packlist
                     25:
1.2       joerg      26: USE_TOOLS+=            pkg-config
                     27:
1.1       shannonj   28: .include "../../lang/perl5/module.mk"
                     29: .include "../../security/pcsc-lite/buildlink3.mk"
                     30: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>