[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.5

1.5     ! seb         1: # $NetBSD: Makefile,v 1.4 2009/03/16 14:55:59 hasso Exp $
1.1       shannonj    2: #
                      3:
1.4       hasso       4: DISTNAME=      pcsc-perl-1.4.7
1.1       shannonj    5: PKGNAME=       p5-${DISTNAME}
1.5     ! seb         6: PKGREVISION=   1
1.1       shannonj    7: CATEGORIES=    security
                      8: MASTER_SITES=  http://ludovic.rousseau.free.fr/softwares/pcsc-perl/
                      9:
                     10: MAINTAINER=    shannonjr@NetBSD.org
                     11: HOMEPAGE=      http://ludovic.rousseau.free.fr/softwares/pcsc-perl/
                     12: COMMENT=       Allows communication with a smart card from a Perl script
                     13:
1.4       hasso      14: PKG_DESTDIR_SUPPORT=   user-destdir
1.1       shannonj   15: PERL5_MODULE_TYPE=     MakeMaker
                     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>