openbsd-ports/textproc/p5-Sort-Versions/Makefile
sturm a700d20d7e Initial import of Sort-Versions 1.5
Sort::Versions allows easy sorting of mixed non-numeric and numeric strings,
like the 'version numbers' that many shared library systems and revision
control packages use. This is quite useful if you are trying to deal with
shared libraries. It can also be applied to applications that intersperse
variable-width numeric fields within text. Other applications can
undoubtedly be found.
2005-02-06 15:18:23 +00:00

24 lines
461 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/02/06 15:18:23 sturm Exp $
COMMENT= "sorting of revision-like numbers"
DISTNAME= Sort-Versions-1.5
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sort/}
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>