freebsd-ports/devel/p5-Test-Script/Makefile
Philip M. Gollucci b59621d3ae - Revert ports/165605 as requested by portmgr@
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)
2012-03-13 16:15:36 +00:00

32 lines
728 B
Makefile

# New ports collection makefile for: devel/p5-Test-Script
# Date created: Wed Mar 7 20:14:32 CET 2007
# Whom: lth@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= Test-Script
PORTVERSION= 1.07
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Test
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Test::Script - Cross-platform basic tests for scripts
RUN_DEPENDS= p5-IPC-Run3>=0.034:${PORTSDIR}/devel/p5-IPC-Run3 \
p5-Probe-Perl>=0.01:${PORTSDIR}/sysutils/p5-Probe-Perl
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Test::Script.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500808
BUILD_DEPENDS+= p5-Test-Simple>=0.62:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>