diff options
author | clsung <clsung@FreeBSD.org> | 2013-07-08 10:10:33 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2013-07-08 10:10:33 +0800 |
commit | baccb04a6c284726bd413104bdb09dfe12e45f43 (patch) | |
tree | 19b466e6405ade479b130af965a392f3a72fe037 /security/p5-Digest-MD5/Makefile | |
parent | 18a721ed7b4c51688892c584420181888b3436c9 (diff) | |
download | freebsd-ports-gnome-baccb04a6c284726bd413104bdb09dfe12e45f43.tar.gz freebsd-ports-gnome-baccb04a6c284726bd413104bdb09dfe12e45f43.tar.zst freebsd-ports-gnome-baccb04a6c284726bd413104bdb09dfe12e45f43.zip |
- Update to 2.53
Changes: http://cpansearch.perl.org/src/GAAS/Digest-MD5-2.53/Changes
Diffstat (limited to 'security/p5-Digest-MD5/Makefile')
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index 892af291f67c..1d69dd1d3b1e 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Digest-MD5 -# Date created: 1999/04/07 -# Whom: ache -# +# Created by: ache # $FreeBSD$ -# PORTNAME= Digest-MD5 -PORTVERSION= 2.52 +PORTVERSION= 2.53 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- |