aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Package-DeprecationManager/Makefile
blob: 06730713a95a06d2d03e712c4246bb4cf5b34c2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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>