Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.2 2013/12/07 01:00:02 wiz Exp $
DISTNAME= ExtUtils-InstallPaths-0.010
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/ExtUtils-InstallPaths/
COMMENT= Build.PL install path logic made easy
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-ExtUtils-Config>=0.002:../../devel/p5-ExtUtils-Config
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/ExtUtils/InstallPaths/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"