diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-01-03 13:43:30 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-01-03 13:43:30 +0000 |
commit | 610a69b32162e66e8001d35a39c75c4c5d0f43ad (patch) | |
tree | 82a1d10634d5668d85b6de85bdaf966e746fb660 /security/p5-Crypt-OpenSSL-DSA | |
parent | 9f6ce0eba723027f3eabaef5f34151f7721b6738 (diff) | |
download | ports-610a69b32162e66e8001d35a39c75c4c5d0f43ad.tar.gz ports-610a69b32162e66e8001d35a39c75c4c5d0f43ad.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-OpenSSL-DSA')
-rw-r--r-- | security/p5-Crypt-OpenSSL-DSA/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/p5-Crypt-OpenSSL-DSA/Makefile b/security/p5-Crypt-OpenSSL-DSA/Makefile index f7daf3e66db6..78bbf759a229 100644 --- a/security/p5-Crypt-OpenSSL-DSA/Makefile +++ b/security/p5-Crypt-OpenSSL-DSA/Makefile @@ -7,6 +7,7 @@ PORTNAME= Crypt-OpenSSL-DSA PORTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -19,5 +20,7 @@ PERL_CONFIGURE= yes MAN3= Crypt::OpenSSL::DSA.3 Crypt::OpenSSL::DSA::Signature.3 +post-patch: + @${RM} ${WRKSRC}/lib/Crypt/OpenSSL/DSA.pm.orig .include <bsd.port.mk> |