aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Carp-Always-Color/Makefile
blob: 1d7e7c612ea9109859379f4f1c30e2a7a794066d (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
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Carp-Always-Color
PORTVERSION=	0.07
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Carp::Always, but with color

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Carp-Always>=0.10:${PORTSDIR}/devel/p5-Carp-Always
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-IO-Pty-Easy>=0:${PORTSDIR}/devel/p5-IO-Pty-Easy

USE_PERL5=	configure
USES=		perl5

MAN3=		Carp::Always::Color.3 \
		Carp::Always::Color::HTML.3 \
		Carp::Always::Color::Term.3

NO_STAGE=	yes
.include <bsd.port.mk>