15 lines
242 B
Makefile
15 lines
242 B
Makefile
# $OpenBSD: Makefile,v 1.20 2019/11/03 14:07:44 jasper Exp $
|
|
|
|
COMMENT= perl module for IPv4/IPv6 address parsing
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Net-IP-1.26
|
|
REVISION= 0
|
|
CATEGORIES= net
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|