24 lines
443 B
Makefile
24 lines
443 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.03
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= culot@FreeBSD.org
|
|
COMMENT= Framework for more readable interactive test scripts
|
|
|
|
LICENSE_COMB= dual
|
|
LICENSE= ART10 GPLv1
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Test::Inter.3
|
|
|
|
.include <bsd.port.mk>
|