d523fbed33
Packaged by Jens Rehsack and provided via PR 39220. This presents an ordinary array, but is kept sorted. All pushes and unshifts cause the elements in question to be inserted in the appropriate location to maintain order.
20 lines
544 B
Makefile
20 lines
544 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/08/09 06:08:31 obache Exp $
|
|
#
|
|
|
|
DISTNAME= Tie-Array-Sorted-1.41
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5tas
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Tie-Array-Sorted/
|
|
COMMENT= An array which is kept sorted
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Tie/Array/Sorted/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|