diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-25 01:38:08 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-25 01:38:08 +0000 |
commit | 0cadcadfa9776d98080723600d4b906b582b5cb2 (patch) | |
tree | 51209c7072fcb138c3e0b05778541afccb72aaff /devel/p5-Sort-Key/Makefile | |
parent | 470f75f1f8375d26795078ddbbd5f5e0133f9c10 (diff) | |
download | ports-0cadcadfa9776d98080723600d4b906b582b5cb2.tar.gz ports-0cadcadfa9776d98080723600d4b906b582b5cb2.zip |
Notes
Diffstat (limited to 'devel/p5-Sort-Key/Makefile')
-rw-r--r-- | devel/p5-Sort-Key/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/p5-Sort-Key/Makefile b/devel/p5-Sort-Key/Makefile index c6c2547d3b39..55fc2532f39c 100644 --- a/devel/p5-Sort-Key/Makefile +++ b/devel/p5-Sort-Key/Makefile @@ -6,17 +6,15 @@ # PORTNAME= Sort-Key -PORTVERSION= 1.26 +PORTVERSION= 1.27 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Sort PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= clsung@FreeBSD.org COMMENT= Sorts objects by one or several keys really fast -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple - PERL_CONFIGURE= yes MAN3= Sort::Key.3 \ |