freebsd-ports/devel/p5-Test-Simple/Makefile

24 lines
588 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Test-Simple
# Date Created: 12 Aug 2001
# Whom: Shell Hung <shell@shellhung.org>
#
# $FreeBSD$
#
PORTNAME= Test-Simple
PORTVERSION= 0.98
CATEGORIES= devel perl5
MASTER_SITES= CPAN/../../authors/id/M/MS/MSCHWERN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
2003-02-21 12:23:04 +01:00
COMMENT= Basic utilities for writing tests in perl
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
.include <bsd.port.mk>