freebsd-ports/devel/p5-Test-Inter/Makefile
Frederic Culot f2c505865f Test::Inter is another framework for writing test scripts. It is
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)
2010-11-04 19:19:08 +00:00

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>