This Perl module is a minimal subset of Net::IP with no dependencies. It can verify and guess valid IPv4/6 addresses. From MAINTAINER Charlene Wendling <julianaito AT posteo.jp>
21 lines
371 B
Makefile
21 lines
371 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2018/10/28 02:57:14 afresh1 Exp $
|
|
|
|
COMMENT = minimal functions from Net::IP
|
|
|
|
DISTNAME = Net-IP-Minimal-0.06
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Charlene Wendling <julianaito@posteo.jp>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Pod
|
|
|
|
TEST_ENV = RELEASE_TESTING=1
|
|
|
|
.include <bsd.port.mk>
|