mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
b59621d3ae
Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so)
39 lines
950 B
Makefile
39 lines
950 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.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501000
|
|
BUILD_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version
|
|
RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|