18 lines
302 B
Makefile
18 lines
302 B
Makefile
# $OpenBSD: Makefile,v 1.2 2019/07/12 20:45:11 sthen Exp $
|
|
|
|
COMMENT = easily test network connectivity
|
|
|
|
DISTNAME = Test-RequiresInternet-0.05
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl_5
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|