loosely inspired by Test::More, and has most of its functionality, but it is not a drop-in replacement. WWW: http://search.cpan.org/dist/Test-Inter/ Approved by: sahil@ (mentor)
21 lines
402 B
Makefile
21 lines
402 B
Makefile
# New ports collection makefile for: Test-Inter
|
|
# Date created: 2010-11-03
|
|
# Whom: Frederic Culot <culot@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Test-Inter
|
|
PORTVERSION= 1.01
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= culot@FreeBSD.org
|
|
COMMENT= Framework for more readable interactive test scripts
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Test::Inter.3
|
|
|
|
.include <bsd.port.mk>
|