43059e0ca6
-------------------------------------- version 0.006; 2017-08-07 * no longer include a Makefile.PL in the distribution * in documentation, use four-column indentation for all verbatim material * in META.{yml,json}, point to public bug tracker
18 lines
512 B
Makefile
18 lines
512 B
Makefile
# $NetBSD: Makefile,v 1.11 2017/08/22 12:14:40 mef Exp $
|
|
|
|
DISTNAME= Data-Integer-0.006
|
|
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"
|