Pkgsrc changes: o Canonicalize HOMEPAGE o Change to Module::Build build type Upstream changes: 1.52 Production rerelease of 1.51 to make the CPAN indexer happy about permissions (hopefully). SVN Revision 44. 1.51 Production release of 1.50_05. No other changes. SVN revision 43.
19 lines
534 B
Makefile
19 lines
534 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/12/20 22:07:45 he Exp $
|
|
|
|
DISTNAME= ExtUtils-Install-1.52
|
|
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-Install/
|
|
COMMENT= Install files from here to there
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/ExtUtils/Install/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|