0.2301 2013-04-11 16:30:05 Europe/London * dist.ini: Managed with Dist::Zilla now; generates Makefile.PL to avoid circular dependency when using Build.PL
19 lines
537 B
Makefile
19 lines
537 B
Makefile
# $NetBSD: Makefile,v 1.30 2013/09/05 19:18:42 wiz Exp $
|
|
|
|
DISTNAME= File-Temp-0.2301
|
|
PKGNAME= p5-${DISTNAME:S/01/.01/}
|
|
SVR4_PKGNAME= p5fte
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/File-Temp/
|
|
COMMENT= Provides functions for generating temporary files
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/File/Temp/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|