diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-15 01:36:28 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-15 01:36:28 +0000 |
commit | 988d18db7b51c002f9836fabe68fd34746e8cb6e (patch) | |
tree | 0c2e6a50015e255aece88d375243d8e9393e235b /devel/p5-Sort-Versions | |
parent | b49deb74e8fe2ca52553820fd5419c1f0c4c673e (diff) | |
download | ports-988d18db7b51c002f9836fabe68fd34746e8cb6e.tar.gz ports-988d18db7b51c002f9836fabe68fd34746e8cb6e.zip |
Notes
Diffstat (limited to 'devel/p5-Sort-Versions')
-rw-r--r-- | devel/p5-Sort-Versions/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-Sort-Versions/Makefile b/devel/p5-Sort-Versions/Makefile index 604134808ec6..653386e0d0b9 100644 --- a/devel/p5-Sort-Versions/Makefile +++ b/devel/p5-Sort-Versions/Makefile @@ -5,12 +5,13 @@ # $FreeBSD$ # -PORTNAME= SortVersions +PORTNAME= Sort-Versions PORTVERSION= 1.1 -PKGNAMEPREFIX= p5- CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Sort +PKGNAMEPREFIX= p5- +DISTNAME= SortVersions-${PORTVERSION} MAINTAINER= jfitz@FreeBSD.org |