landry 18c657a617 Import Sort::Naturally 1.03.
This module exports two functions, nsort and ncmp; they are used in
implementing my idea of a "natural sorting" algorithm. Under natural
sorting, numeric substrings are compared numerically, and other
word-characters are compared lexically.

ok ajacoutot@
2015-05-01 15:42:08 +00:00

12 lines
250 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2015/05/01 15:42:08 landry Exp $
COMMENT = sort lexically, but sort numeral parts numerically
CATEGORIES = devel
DISTNAME = Sort-Naturally-1.03
MODULES = cpan
# perl
PERMIT_PACKAGE_CDROM = Yes
.include <bsd.port.mk>