diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-08-10 05:22:04 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-08-10 05:22:04 +0000 |
commit | 939bf7cb504b841ffe056e988815471528dac9b6 (patch) | |
tree | 082e2eba76a25b9d3b40edb7b05a978de8453054 /security/p5-Crypt-DES_EDE3 | |
parent | 00ec940921b79d67e1cef38d073066b506597104 (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-DES_EDE3')
-rw-r--r-- | security/p5-Crypt-DES_EDE3/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Crypt-DES_EDE3/pkg-plist | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/security/p5-Crypt-DES_EDE3/Makefile b/security/p5-Crypt-DES_EDE3/Makefile index 155409723512..31bb175c3d3c 100644 --- a/security/p5-Crypt-DES_EDE3/Makefile +++ b/security/p5-Crypt-DES_EDE3/Makefile @@ -7,6 +7,7 @@ PORTNAME= Crypt-DES_EDE3 PORTVERSION= 0.01 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -21,6 +22,5 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Crypt::DES_EDE3.3 -PLIST_FILES= %%SITE_PERL%%/Crypt/DES_EDE3.pm .include <bsd.port.mk> diff --git a/security/p5-Crypt-DES_EDE3/pkg-plist b/security/p5-Crypt-DES_EDE3/pkg-plist new file mode 100644 index 000000000000..f8b2f54428e5 --- /dev/null +++ b/security/p5-Crypt-DES_EDE3/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Crypt/DES_EDE3.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DES_EDE3/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/DES_EDE3 +@unexec rmdir %D/%%SITE_PERL%%/Crypt 2>/dev/null || true |