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

28 lines
681 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
2007-01-23 21:44:56 +01:00
PORTVERSION= 0.67
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Test
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
2003-02-21 12:23:04 +01:00
COMMENT= Basic utilities for writing tests in perl
2006-07-10 07:16:49 +02:00
RUN_DEPENDS= ${SITE_PERL}/Test/Harness.pm:${PORTSDIR}/devel/p5-Test-Harness
BUILD_DEPENDS= ${RUN_DEPENDS}
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
.include <bsd.port.mk>