freebsd-ports/devel/p5-Test-RequiresInternet/Makefile
Kurt Jaeger 8efdf289b4 devel/p5-Test-RequiresInternet: 0.04 -> 0.05
Fix test error when NO_NETWORK_TESTING is set (Karen Etheridge,
RT#101996, GH#3)
2015-05-27 10:52:36 +00:00

19 lines
324 B
Makefile

# $FreeBSD$
PORTNAME= Test-RequiresInternet
PORTVERSION= 0.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= pi@FreeBSD.org
COMMENT= Test network connectivity before functional tests
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= YES
.include <bsd.port.mk>