82fb3cd73f
- allow build this port on Perl 5.6.x (Since Perl 5.005_03 is no longer supported after FreeBSD 4.x EoL, I stop testing p5-* under Perl 5.005_03) - remove dependency of p5-Test-Simple since it's already shipped within Perl 5.6.x or above PR: 108594 Submitted by: Yen-Ming Lee <leeym@freebsd.org>
22 lines
507 B
Makefile
22 lines
507 B
Makefile
# New ports collection makefile for: devel/p5-Test-use-ok
|
|
# Date created: 26 Mar 2006
|
|
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Test-use-ok
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Test
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lbr@FreeBSD.org
|
|
COMMENT= Alternative to Test::More::use_ok
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Test::use::ok.3 ok.3
|
|
|
|
.include <bsd.port.mk>
|