freebsd-ports/devel/p5-Sort-Key-Top/Makefile

20 lines
336 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= Sort-Key-Top
PORTVERSION= 0.06
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SALVA
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Select and sort top n elements
USES= perl5
USE_PERL5= configure
MAN3= Sort::Key::Top.3
NO_STAGE= yes
.include <bsd.port.mk>