5190f14f8d
- Fix COMMENT - Trim header
17 lines
279 B
Makefile
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>
|