aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-CPAN-Changes/Makefile
blob: c55632a9a5e76b8f22afd3dcd59eb2b96ddc3640 (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
# New ports collection makefile for:    p5-CPAN-Changes
# Date created:     2012-04-08
# Whom:         Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   CPAN-Changes
PORTVERSION=    0.19
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Read and write CPAN Changes files

PERL_CONFIGURE= yes

MAN3=   CPAN::Changes.3 \
    CPAN::Changes::Release.3 \
    CPAN::Changes::Spec.3 \
    Test::CPAN::Changes.3 \

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501200
BUILD_DEPENDS+= p5-version>=0.79:${PORTSDIR}/devel/p5-version
RUN_DEPENDS+=   p5-version>=0.79:${PORTSDIR}/devel/p5-version
.endif

.include <bsd.port.post.mk>