diff options
author | demon <demon@FreeBSD.org> | 2003-07-30 13:31:12 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-07-30 13:31:12 +0800 |
commit | aca03ffa8ceaa18a8aa9e8860770886fdf75158a (patch) | |
tree | ea1dcbe4ea3f1bc8a67f0473c924f632a6819dcf /security/p5-Digest-MD5/Makefile | |
parent | d4cecf31236ec348338d90eb5ff3735be23e42c6 (diff) | |
download | freebsd-ports-gnome-aca03ffa8ceaa18a8aa9e8860770886fdf75158a.tar.gz freebsd-ports-gnome-aca03ffa8ceaa18a8aa9e8860770886fdf75158a.tar.zst freebsd-ports-gnome-aca03ffa8ceaa18a8aa9e8860770886fdf75158a.zip |
Update to version 2.26.
Approved by: maintainer
Diffstat (limited to 'security/p5-Digest-MD5/Makefile')
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index d2523f912287..86f52764eb4d 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Digest-MD5 -PORTVERSION= 2.24 +PORTVERSION= 2.26 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Digest @@ -17,7 +17,6 @@ COMMENT= Perl5 interface to the MD5 algorithm PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Digest::MD5.3 .include <bsd.port.mk> |