15 lines
242 B
Makefile
15 lines
242 B
Makefile
# $OpenBSD: Makefile,v 1.15 2020/07/03 21:45:34 sthen Exp $
|
|
|
|
COMMENT= perl module for IPv4 address parsing
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Net-IPv4Addr-0.10
|
|
REVISION= 2
|
|
CATEGORIES= net
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|