23cc45da55
- added indexing methods - 'die' instead of 'craok' on fatal errors
19 lines
485 B
Makefile
19 lines
485 B
Makefile
# $NetBSD: Makefile,v 1.8 2006/09/01 06:34:31 gson Exp $
|
|
#
|
|
|
|
DISTNAME= Set-IntSpan-1.09
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5sis
|
|
CATEGORIES= perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Set/}
|
|
|
|
MAINTAINER= gson@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Set-IntSpan/
|
|
COMMENT= Perl5 module for managing sets of integers
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Set/IntSpan/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|