freebsd-ports/devel/p5-ExtUtils-Install/Makefile
Sunpoet Po-Chuan Hsieh a1040b5ea8 - Remove CONFLICTS with devel/p5-ExtUtils-MakeMaker
- Bump PORTREVISION for package change
2011-12-12 16:26:47 +00:00

24 lines
485 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= 2
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>