freebsd-ports/devel/p5-Sort-Key-Top/Makefile
Ying-Chieh Liao 56a93ca680 upgrade to 0.03
PR:		117346
Submitted by:	leeym
2007-10-19 23:49:09 +00:00

23 lines
416 B
Makefile

# ex:ts=8
# Ports collection makefile for: Sort::Key::Top
# Date created: Aug 23, 2007
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= Sort-Key-Top
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/S/SA/SALVA
PKGNAMEPREFIX= p5-
MAINTAINER= ijliao@FreeBSD.org
COMMENT= Select and sort top n elements
PERL_CONFIGURE= yes
MAN3= Sort::Key::Top.3
.include <bsd.port.mk>