pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-Authen-PAM



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 10 14:13:46 UTC 2020

Modified Files:
        pkgsrc/security/p5-Authen-PAM: Makefile

Log Message:
security/p5-Authen-PAM: use perl as a tool

This is not only a Perl module, it also runs the Perl interpreter
directly.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/p5-Authen-PAM/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-Authen-PAM/Makefile
diff -u pkgsrc/security/p5-Authen-PAM/Makefile:1.16 pkgsrc/security/p5-Authen-PAM/Makefile:1.17
--- pkgsrc/security/p5-Authen-PAM/Makefile:1.16 Sun Aug 11 13:22:49 2019
+++ pkgsrc/security/p5-Authen-PAM/Makefile      Sun May 10 14:13:46 2020
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2019/08/11 13:22:49 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2020/05/10 14:13:46 rillig Exp $
 #
 
 DISTNAME=      Authen-PAM-0.16
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   11
+PKGREVISION=   12
 CATEGORIES=    security
 MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/N/NI/NIKIP/
 
@@ -14,6 +14,7 @@ COMMENT=      Authentication via PAM
 GNU_CONFIGURE= yes
 PERL5_PACKLIST=        auto/Authen/PAM/.packlist
 USE_LANGUAGES= c
+USE_TOOLS+=    perl
 
 .include "../../mk/pam.buildlink3.mk"
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index