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

24 lines
557 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
2009-09-04 03:18:29 +02:00
PORTVERSION= 0.94
CATEGORIES= devel perl5
2007-09-20 08:25:22 +02:00
MASTER_SITES= CPAN
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>