diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2009-09-25 07:17:29 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2009-09-25 07:17:29 +0000 |
commit | 706f9cc4b0d83d54156ae2900c81154702736899 (patch) | |
tree | fbaf208d099e8c96b2cc5d9d90b434e2f0f4f570 /security/p5-Authen-SASL/Makefile | |
parent | 7e967dad17e58d71d91483512569eb221a112817 (diff) | |
download | ports-706f9cc4b0d83d54156ae2900c81154702736899.tar.gz ports-706f9cc4b0d83d54156ae2900c81154702736899.zip |
Notes
Diffstat (limited to 'security/p5-Authen-SASL/Makefile')
-rw-r--r-- | security/p5-Authen-SASL/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile index 4a3017f64585..c54f12b1144c 100644 --- a/security/p5-Authen-SASL/Makefile +++ b/security/p5-Authen-SASL/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Authen-SASL -PORTVERSION= 2.12 +PORTVERSION= 2.13 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -35,4 +35,9 @@ MAN3+= Authen::SASL::Perl::PLAIN.3 RUN_DEPENDS+= p5-GSSAPI>0:${PORTSDIR}/security/p5-GSSAPI .endif +post-patch: + ${RM} ${WRKSRC}/lib/Authen/SASL/Perl/EXTERNAL.pm.orig + ${RM} ${WRKSRC}/lib/Authen/SASL/Perl/DIGEST_MD5.pm.orig + ${RM} ${WRKSRC}/lib/Authen/SASL/Perl/DIGEST_MD5.pm.rej + .include <bsd.port.mk> |