diff options
author | jadawin <jadawin@FreeBSD.org> | 2008-11-15 03:29:58 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2008-11-15 03:29:58 +0800 |
commit | 418a0baa51125b902c13b2b0e0dd20a8ee7735b2 (patch) | |
tree | 00b905261c467468ebd4d24cf7c03044474b7869 /security/p5-Digest-MD5/Makefile | |
parent | 7fd5b2e7050ac4e642fb85ebf158dd8a353b5af9 (diff) | |
download | freebsd-ports-gnome-418a0baa51125b902c13b2b0e0dd20a8ee7735b2.tar.gz freebsd-ports-gnome-418a0baa51125b902c13b2b0e0dd20a8ee7735b2.tar.zst freebsd-ports-gnome-418a0baa51125b902c13b2b0e0dd20a8ee7735b2.zip |
- Update to 2.38.
Diffstat (limited to 'security/p5-Digest-MD5/Makefile')
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index 6f69f3db3a90..9265970c03b4 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Digest-MD5 -PORTVERSION= 2.37 +PORTVERSION= 2.38 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,9 +18,6 @@ PERL_CONFIGURE= yes MAN3= Digest::MD5.3 -post-extract: - ${RM} -f ${WRKSRC}/._* - .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500803 |