freebsd-ports/devel/p5-ExtUtils-Install/Makefile
Jun Kuriyama 636e423067 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/
2009-08-07 09:50:41 +00:00

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>