35fcf06a7b
into devel/p5-ExtUtils-InstallPaths. This module tries to make install path resolution as easy as possible. When one wants to install a module, it needs to figure out where to install things. The nutshell version of how this works is that default installation locations are determined from ExtUtils::Config, and they may be individually overridden by using the install_path attribute. An install_base attribute lets one specify an alternative installation root like /home/foo and prefix does something similar in a rather different (and more complicated) way. destdir lets one specify a temporary installation directory like /tmp/install in case one want to create bundled-up installable packages.
19 lines
581 B
Makefile
19 lines
581 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/07/03 07:07:52 sno Exp $
|
|
|
|
DISTNAME= ExtUtils-InstallPaths-0.009
|
|
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"
|