pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/p5-pcsc



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Feb 21 15:59:21 UTC 2023

Modified Files:
        pkgsrc/security/p5-pcsc: Makefile

Log Message:
p5-pcsc: fix buidling; update MASTER_SITES, HOMEPAGE; pkglint fixes


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/p5-pcsc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/p5-pcsc/Makefile
diff -u pkgsrc/security/p5-pcsc/Makefile:1.26 pkgsrc/security/p5-pcsc/Makefile:1.27
--- pkgsrc/security/p5-pcsc/Makefile:1.26       Tue Jun 28 11:35:49 2022
+++ pkgsrc/security/p5-pcsc/Makefile    Tue Feb 21 15:59:21 2023
@@ -1,25 +1,24 @@
-# $NetBSD: Makefile,v 1.26 2022/06/28 11:35:49 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2023/02/21 15:59:21 adam Exp $
 
 DISTNAME=      pcsc-perl-1.4.14
 PKGNAME=       p5-${DISTNAME:S/-perl//}
 PKGREVISION=   6
 CATEGORIES=    security
-MASTER_SITES=  http://ludovic.rousseau.free.fr/softwares/pcsc-perl/
+MASTER_SITES=  https://pcsc-perl.apdu.fr/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://ludovic.rousseau.free.fr/softwares/pcsc-perl/
+HOMEPAGE=      https://pcsc-perl.apdu.fr/
 COMMENT=       Allows communication with a smart card from a Perl script
-
-PERL5_MODULE_TYPE=     MakeMaker
-LICENSE=               gnu-gpl-v2
+LICENSE=       gnu-gpl-v2
 
 SUBST_CLASSES+=                perl
 SUBST_STAGE.perl=      pre-configure
 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
+CPPFLAGS+=     -I${BUILDLINK_PREFIX.pcsc-lite}/include/PCSC
+
 MAKE_PARAMS+=          INSTALLDIRS=vendor
 PERL5_PACKLIST=                auto/Chipcard/PCSC/.packlist
 



Home | Main Index | Thread Index | Old Index