florian 392ecd3d27 Import net/p5-Net-IP-XS
input rpe@, sthen@
OK benoit@ (earlier version), sthen@

This module provides functions to deal with IPv4/IPv6 addresses. The
module can be used as a class, allowing the user to instantiate IP
objects, which can be single IP addresses, prefixes, or ranges of
addresses. There is also a procedural way of accessing most of the
functions. Most subroutines can take either IPv4 or IPv6 addresses              
transparently.
2015-01-02 14:29:01 +00:00

23 lines
459 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2015/01/02 14:29:01 florian Exp $
SHARED_ONLY = YES
COMMENT = perl module for IPv4/IPv6 address parsing
MODULES = cpan
DISTNAME = Net-IP-XS-0.13
CATEGORIES = net
MAINTAINER = Florian Obser <florian+ports@narrans.de>
# GPL
PERMIT_PACKAGE_CDROM = Yes
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/p5-IO-Capture \
net/p5-IP-Country \
devel/p5-Tie-Simple
TEST_DEPENDS = devel/p5-Test-Pod
.include <bsd.port.mk>