47850cb9f1
- Mark DEPRECATED Changes: http://search.cpan.org/dist/Test-Stream/Changes
22 lines
421 B
Makefile
22 lines
421 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Test-Stream
|
|
PORTVERSION= 1.302027
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Successor to Test::More and Test::Builder
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
DEPRECATED= Use devel/p5-Test2-Suite instead
|
|
|
|
NO_ARCH= yes
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
.include <bsd.port.mk>
|