26 lines
526 B
Makefile
26 lines
526 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to install files from here to there
|
|
|
|
CONFLICTS= p5-ExtUtils-MakeMaker-[0-9]*
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= ExtUtils::Install.3 \
|
|
ExtUtils::Installed.3 \
|
|
ExtUtils::Packlist.3
|
|
|
|
.include <bsd.port.mk>
|