23 lines
368 B
Makefile
23 lines
368 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: Sort::Maker
|
|
# Date created: Dec 20, 2006
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Sort-Maker
|
|
DISTVERSION= 0.06
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= A simple way to make efficient sort subs
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Sort::Maker.3
|
|
|
|
.include <bsd.port.mk>
|