Tweak textproc/p5-Sort-Naturally version 1.03
[dports.git] / textproc / p5-Sort-Naturally / Makefile
1 # Created by: Aaron Dalton <aaron@daltons.ca>
2 # $FreeBSD: head/textproc/p5-Sort-Naturally/Makefile 340672 2014-01-21 23:21:10Z mat $
3
4 PORTNAME=       Sort-Naturally
5 PORTVERSION=    1.03
6 CATEGORIES=     textproc perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     culot@FreeBSD.org
11 COMMENT=        Sort lexically, but sort numeral parts numerically
12
13 LICENSE=        ART10 GPLv1
14 LICENSE_COMB=   dual
15
16 USES=           perl5
17 USE_PERL5=      configure
18
19 .include <bsd.port.mk>