freebsd-ports/devel/p5-Sort-Maker/Makefile
Eitan Adler 5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00

17 lines
279 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= Sort-Maker
DISTVERSION= 0.06
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple way to make efficient sort subs
PERL_CONFIGURE= yes
MAN3= Sort::Maker.3
.include <bsd.port.mk>