Import textproc/p5-Sort-Naturally version 1.03
[dports.git] / textproc / p5-Sort-Naturally / Makefile
1 # New ports collection makefile for:    p5-Sort-Naturally
2 # Date created:                         30 December 2004
3 # Whom:                                 Aaron Dalton <aaron@daltons.ca>
4 #
5 # $FreeBSD: ports/textproc/p5-Sort-Naturally/Makefile,v 1.6 2012/11/17 06:02:08 svnexp Exp $
6 #
7
8 PORTNAME=       Sort-Naturally
9 PORTVERSION=    1.03
10 CATEGORIES=     textproc perl5
11 MASTER_SITES=   CPAN
12 PKGNAMEPREFIX=  p5-
13
14 MAINTAINER=     culot@FreeBSD.org
15 COMMENT=        Sort lexically, but sort numeral parts numerically
16
17 LICENSE=        ART10 GPLv1
18 LICENSE_COMB=   dual
19
20 PERL_CONFIGURE= yes
21
22 MAN3=           Sort::Naturally.3
23
24 .include <bsd.port.mk>