freebsd-ports/devel/p5-Sort-Maker/Makefile

23 lines
368 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: Sort::Maker
# Date created: Dec 20, 2006
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= Sort-Maker
2007-01-10 03:07:19 +01:00
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>