1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

This module 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.

WWW: http://search.cpan.org/dist/ExtUtils-Install/
This commit is contained in:
Jun Kuriyama 2009-08-07 09:50:41 +00:00
parent 0f1c4967d5
commit 636e423067
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239062
5 changed files with 42 additions and 0 deletions

View File

@ -1368,6 +1368,7 @@
SUBDIR += p5-ExtUtils-Command
SUBDIR += p5-ExtUtils-Constant
SUBDIR += p5-ExtUtils-Depends
SUBDIR += p5-ExtUtils-Install
SUBDIR += p5-ExtUtils-MakeMaker
SUBDIR += p5-ExtUtils-MakeMaker-Coverage
SUBDIR += p5-ExtUtils-Manifest

View File

@ -0,0 +1,23 @@
# 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>

View File

@ -0,0 +1,3 @@
MD5 (ExtUtils-Install-1.54.tar.gz) = 28d2ab1f23b26f90772d953387f32fe3
SHA256 (ExtUtils-Install-1.54.tar.gz) = e3e6d19e640c60c8271d6b7cb2adf156778eeaf540a32ab76f72401e098d2fa6
SIZE (ExtUtils-Install-1.54.tar.gz) = 67337

View File

@ -0,0 +1,8 @@
This module 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.
WWW: http://search.cpan.org/dist/ExtUtils-Install/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/Install/.packlist
%%SITE_PERL%%/ExtUtils/Install.pm
%%SITE_PERL%%/ExtUtils/Installed.pm
%%SITE_PERL%%/ExtUtils/Packlist.pm
@dirrmtry %%SITE_PERL%%/ExtUtils
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/Install
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils