aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Sort-Naturally/Makefile
blob: f1e667b0d95a24b94a554d53c96bc57f35334bb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	p5-Sort-Naturally
# Date created:				30 December 2004
# Whom:					Aaron Dalton <aaron@daltons.ca>
#
# $FreeBSD$
#

PORTNAME=	Sort-Naturally
PORTVERSION=	1.02
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	aaron@FreeBSD.org
COMMENT=	Sort lexically, but sort numeral parts numerically

PERL_CONFIGURE=	yes

MAN3=		Sort::Naturally.3

.include <bsd.port.mk>