cfbb239b6a
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
16 lines
295 B
Makefile
16 lines
295 B
Makefile
# $OpenBSD: Makefile,v 1.18 2016/03/20 19:56:53 naddy Exp $
|
|
|
|
COMMENT= perl module for IPv4/IPv6 address parsing
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Net-IP-1.26
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|