21 lines
379 B
Makefile
21 lines
379 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ExtUtils-Install
|
|
PORTVERSION= 1.54
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to install files from here to there
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= ExtUtils::Install.3 \
|
|
ExtUtils::Installed.3 \
|
|
ExtUtils::Packlist.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|