freebsd-ports/devel/p5-Test-Trap/Makefile
Andrej Zverev b93bdbe2d6 - Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.

Approved by:	portmgr@ (bapt@)
2013-06-18 13:49:02 +00:00

31 lines
766 B
Makefile

# New ports collection makefile for: p5-Test-Trap
# Date created: 2011-09-10
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Test-Trap
PORTVERSION= 0.2.2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Trap exit codes, exceptions, output, etc
BUILD_DEPENDS= p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump
RUN_DEPENDS= p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump
TEST_DEPENDS= p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester
PERL_CONFIGURE= yes
MAN3= Test::Trap.3 \
Test::Trap::Builder.3 \
Test::Trap::Builder::PerlIO.3 \
Test::Trap::Builder::SystemSafe.3 \
Test::Trap::Builder::TempFile.3
.include <bsd.port.mk>