pkgsrc/devel/p5-ExtUtils-Install/Makefile
abs 1ca04cdd4a Import devel/p5-ExtUtils-Install-1.50
Handles the installing and uninstalling of perl modules, scripts,
man pages, etc...

Both install() and uninstall() are specific to the way ExtUtils::MakeMaker
handles the installation and deinstallation of perl modules. They
are not designed as general purpose tools.
2008-05-29 08:22:30 +00:00

18 lines
511 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/05/29 08:22:30 abs Exp $
DISTNAME= ExtUtils-Install-1.50
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~autrijus/ExtUtils-Install/
COMMENT= Install files from here to there
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/ExtUtils/Install/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"