636e423067
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. WWW: http://search.cpan.org/dist/ExtUtils-Install/
23 lines
469 B
Makefile
23 lines
469 B
Makefile
# New ports collection makefile for: ExtUtils::Install
|
|
# Date created: 07 Aug 2009
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ExtUtils-Install
|
|
PORTVERSION= 1.54
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to install files from here to there
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= ExtUtils::Install.3 \
|
|
ExtUtils::Installed.3 \
|
|
ExtUtils::Packlist.3
|
|
|
|
.include <bsd.port.mk>
|