4fcd9c69d0
Add LICENSE Upstream changes: 1.19 2014 Apr 09 - unit test fix 1.18 2013 Apr 03 - POD 1.17 2013 Apr 02 - no use integer - optimize _copy_array
20 lines
511 B
Makefile
20 lines
511 B
Makefile
# $NetBSD: Makefile,v 1.19 2013/12/15 14:32:50 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Set-IntSpan-1.19
|
|
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
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Set/IntSpan/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|