freebsd-ports/devel/p5-ExtUtils-Install/Makefile
Sunpoet Po-Chuan Hsieh c07fafbb27 - Mark CONFLICTS with devel/p5-ExtUtils-MakeMaker
- Bump PORTREVISION for PLIST change
2011-06-28 18:31:34 +00:00

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>