14 lines
265 B
Makefile
14 lines
265 B
Makefile
# $OpenBSD: Makefile,v 1.4 2020/07/03 21:45:09 sthen Exp $
|
|
|
|
COMMENT = sort lexically, but sort numeral parts numerically
|
|
CATEGORIES = devel
|
|
DISTNAME = Sort-Naturally-1.03
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|