aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Carp-Assert-More/Makefile
blob: 00bc6dcada11ef39a814680a51544d3d6ab183c9 (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
# New ports collection makefile for:    p5-Carp-Assert-More
# Date created:             13 Jun 2006
# Whom:                 Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Carp-Assert-More
PORTVERSION=    1.12
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= ports@FreeBSD.org
COMMENT=    Convenience wrappers around Carp::Assert

BUILD_DEPENDS=  ${SITE_PERL}/Carp/Assert.pm:${PORTSDIR}/devel/p5-Carp-Assert \
        ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
        ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
        ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception
RUN_DEPENDS=    ${BUILD_DEPENDS}

MAN3=   Carp::Assert::More.3

PERL_CONFIGURE= yes

.include <bsd.port.mk>