6c7a494a9c
--------------- version 0.005; 2015-03-29 * avoid a spurious warning generated by new Perls starting with Perl 5.21.6 * include META.json in distribution * convert .cvsignore to .gitignore * add MYMETA.json to .cvsignore
18 lines
511 B
Makefile
18 lines
511 B
Makefile
# $NetBSD: Makefile,v 1.7 2015/04/09 01:05:02 mef Exp $
|
|
|
|
DISTNAME= Data-Integer-0.005
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Data-Integer/
|
|
COMMENT= Details of the native integer data type
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/Data/Integer/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|