diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-09-06 03:02:11 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-09-06 03:02:11 +0000 |
commit | defd7eee8a7d3fb591eb8d26890efc3f355b80cd (patch) | |
tree | 244267d9e8abc5f205a8d5e46f79568e0f927524 /security/p5-Digest-CRC/Makefile | |
parent | 891f3d48fca683a4c16121cbd4b68f2b43976212 (diff) | |
download | ports-defd7eee8a7d3fb591eb8d26890efc3f355b80cd.tar.gz ports-defd7eee8a7d3fb591eb8d26890efc3f355b80cd.zip |
Notes
Diffstat (limited to 'security/p5-Digest-CRC/Makefile')
-rw-r--r-- | security/p5-Digest-CRC/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/p5-Digest-CRC/Makefile b/security/p5-Digest-CRC/Makefile index af35918342ce..73448ece612c 100644 --- a/security/p5-Digest-CRC/Makefile +++ b/security/p5-Digest-CRC/Makefile @@ -1,10 +1,12 @@ # Ports collection Makefile for: p5-Digest-CRC # Date created: 17 Dec 2005 # Whom: Gabor Kovesdan +# # $FreeBSD$ +# PORTNAME= Digest-CRC -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- |