blob: fd5349cbf310d4779bf1a92685248fb441fe5d88 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|