pkgsrc/devel/p5-Sort-Maker/Makefile
seb cd9edd0e4b Initial import of p5-Sort-Maker version 0.06 into The NetBSD
Packages Collection.

The Perl 5 module Sort::Maker has two main goals: to make it easy
to create correct sort functions, and to make it simple to select
the optimum sorting algorithm for the number of items to be sorted.
Sort::Maker generates complete sort subroutines in one of four
styles, plain, orcish maneuver, Schwartzian Transform and the
Guttman-Rosler Transform. You can also get the source for a sort
sub you create via the sorter_source call.
2007-04-28 10:58:56 +00:00

17 lines
474 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/04/28 10:58:56 seb Exp $
#
DISTNAME= Sort-Maker-0.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sort/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Sort-Maker/
COMMENT= Perl 5 module providing a simple way to make efficient sort subs
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Sort/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"