2001-08-12 16:12:12 +02:00
|
|
|
# New ports collection makefile for: p5-Test-Simple
|
|
|
|
# Date Created: 12 Aug 2001
|
|
|
|
# Whom: Shell Hung <shell@shellhung.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Test-Simple
|
2007-01-23 21:44:56 +01:00
|
|
|
PORTVERSION= 0.67
|
2001-08-12 16:12:12 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Test
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-01-18 13:03:21 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= Basic utilities for writing tests in perl
|
2001-08-12 16:12:12 +02:00
|
|
|
|
2006-07-10 07:16:49 +02:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Test/Harness.pm:${PORTSDIR}/devel/p5-Test-Harness
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2002-11-21 16:09:09 +01:00
|
|
|
|
2001-08-12 16:12:12 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2005-09-26 06:12:31 +02:00
|
|
|
MAN3= Test::Builder.3 Test::More.3 Test::Simple.3 Test::Tutorial.3 \
|
2005-10-10 12:32:48 +02:00
|
|
|
Test::Builder::Module.3 Test::Builder::Tester.3 \
|
|
|
|
Test::Builder::Tester::Color.3
|
2001-08-12 16:12:12 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|