5fe760878e
Changes: http://search.cpan.org/dist/Package-DeprecationManager/Changes Feature safe: yes
36 lines
1 KiB
Makefile
36 lines
1 KiB
Makefile
# New ports collection makefile for: Package-DeprecationManager
|
|
# Date created: 05 August 2010
|
|
# Whom: Frederic Culot <frederic@culot.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Package-DeprecationManager
|
|
PORTVERSION= 0.13
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= culot@FreeBSD.org
|
|
COMMENT= Manage deprecation warnings for your distribution
|
|
|
|
LICENSE= ART20
|
|
|
|
BUILD_DEPENDS= p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \
|
|
p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install \
|
|
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
|
|
RUN_DEPENDS= p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \
|
|
p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install \
|
|
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
|
|
|
|
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
|
|
p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Package::DeprecationManager.3
|
|
|
|
post-extract:
|
|
@${PERL} -i -ne "print unless /'BUILD_REQUIRES'/../},/" ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|