summaryrefslogtreecommitdiff
path: root/security/p5-Digest-MD5/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1999-11-16 19:39:28 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1999-11-16 19:39:28 +0000
commit665dfdd3b7763435115423857bea9fd4b7433dcd (patch)
treec8938d72ce64502510aa4076c3b7e4acd55109ca /security/p5-Digest-MD5/Makefile
parentMark BROKEN, this defines putenv(), which has preprocessor #ifdef's wrapped (diff)
upgrade to 2.09
PR: 14792
Notes
Notes: svn path=/head/; revision=23155
Diffstat (limited to 'security/p5-Digest-MD5/Makefile')
-rw-r--r--security/p5-Digest-MD5/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile
index daca63de507e..ef0ee5221f0b 100644
--- a/security/p5-Digest-MD5/Makefile
+++ b/security/p5-Digest-MD5/Makefile
@@ -6,8 +6,8 @@
# $FreeBSD$
#
-DISTNAME= Digest-MD5-2.08
-PKGNAME= p5-Digest-MD5-2.08
+DISTNAME= Digest-MD5-2.09
+PKGNAME= p5-Digest-MD5-2.09
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= MD5
@@ -30,6 +30,6 @@ MAN3= \
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
- @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>