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
|
2011-02-27 14:03:18 +01:00
|
|
|
PORTVERSION= 0.98
|
2001-08-12 16:12:12 +02:00
|
|
|
CATEGORIES= devel perl5
|
2011-02-27 14:03:18 +01:00
|
|
|
MASTER_SITES= CPAN/../../authors/id/M/MS/MSCHWERN
|
2001-08-12 16:12:12 +02:00
|
|
|
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
|
|
|
|
|
|
|
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 \
|
2009-06-09 10:55:01 +02:00
|
|
|
Test::Builder::Tester::Color.3 Test::Builder::IO::Scalar.3
|
2001-08-12 16:12:12 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|