1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/textproc/p5-Sort-Naturally/Makefile
Mathieu Arnold 5647ec07bb Add p5-Sort-Naturally 1.02, sort lexically, but sort numeral parts
numerically.

PR:		ports/p5-Sort-Naturally/
Submitted by:	Aaron Dalton <aaron@daltons.ca>
2005-02-15 17:17:56 +00:00

23 lines
466 B
Makefile

# 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= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Sort
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@daltons.ca
COMMENT= Sort lexically, but sort numeral parts numerically
PERL_CONFIGURE= yes
MAN3= Sort::Naturally.3
.include <bsd.port.mk>