per port extra changes: devel/p5-Perl-Version remove outage PERL_LEVEL check devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version) Approved by: lth@ (maintainer)
27 lines
605 B
Makefile
27 lines
605 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}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Test::Script.3
|
|
|
|
.include <bsd.port.mk>
|