pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/p5-Crypt-SMIME
Module Name: pkgsrc
Committed By: wiz
Date: Thu Aug 11 23:23:28 UTC 2022
Modified Files:
pkgsrc/security/p5-Crypt-SMIME: Makefile
Log Message:
p5-Crypt-SMIME: add pkg-config to tools to fix build
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/p5-Crypt-SMIME/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-Crypt-SMIME/Makefile
diff -u pkgsrc/security/p5-Crypt-SMIME/Makefile:1.14 pkgsrc/security/p5-Crypt-SMIME/Makefile:1.15
--- pkgsrc/security/p5-Crypt-SMIME/Makefile:1.14 Tue Jun 28 11:35:45 2022
+++ pkgsrc/security/p5-Crypt-SMIME/Makefile Thu Aug 11 23:23:28 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2022/06/28 11:35:45 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2022/08/11 23:23:28 wiz Exp $
DISTNAME= Crypt-SMIME-0.28
PKGNAME= p5-${DISTNAME}
@@ -11,12 +11,14 @@ HOMEPAGE= https://metacpan.org/pod/Crypt
COMMENT= Perl5 S/MIME message signing, verification, encryption and decryption
LICENSE= ${PERL5_LICENSE}
-PERL5_PACKLIST= auto/Crypt/SMIME/.packlist
-
BUILD_DEPENDS+= p5-ExtUtils-PkgConfig-[0-9]*:../../devel/p5-ExtUtils-PkgConfig
BUILD_DEPENDS+= p5-ExtUtils-CChecker-[0-9]*:../../devel/p5-ExtUtils-CChecker
TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+USE_TOOLS+= pkg-config
+
+PERL5_PACKLIST= auto/Crypt/SMIME/.packlist
+
.include "../../security/openssl/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index