diff options
author | wiz <wiz@pkgsrc.org> | 2020-09-04 14:12:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-09-04 14:12:10 +0000 |
commit | 7ae2ea25cc06ac10ffe402e9c8ec59757cb85f74 (patch) | |
tree | 00d24f446d72e3f23612a164a451104370b25683 /security | |
parent | 90febbc1580e682f493330db8845ca14264e6fee (diff) | |
download | pkgsrc-7ae2ea25cc06ac10ffe402e9c8ec59757cb85f74.tar.gz |
*: remove p5-XSLoader, part of perl
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-SMIME/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/p5-Crypt-SMIME/Makefile b/security/p5-Crypt-SMIME/Makefile index 58311b78305..a8653ad35b1 100644 --- a/security/p5-Crypt-SMIME/Makefile +++ b/security/p5-Crypt-SMIME/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2020/08/31 18:11:15 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2020/09/04 14:12:10 wiz Exp $ DISTNAME= Crypt-SMIME-0.25 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= security MASTER_SITES= https://cpan.metacpan.org/authors/id/M/MI/MIKAGE/ @@ -11,8 +11,6 @@ HOMEPAGE= https://cpan.metacpan.org/authors/id/M/MI/MIKAGE/ COMMENT= Perl5 S/MIME message signing, verification, encryption and decryption LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-XSLoader>=0:../../devel/p5-XSLoader - PERL5_PACKLIST= auto/Crypt/SMIME/.packlist BUILD_DEPENDS+= p5-ExtUtils-PkgConfig-[0-9]*:../../devel/p5-ExtUtils-PkgConfig |