19 lines
324 B
Makefile
19 lines
324 B
Makefile
# $OpenBSD: Makefile,v 1.3 2014/01/19 20:57:59 bluhm Exp $
|
|
|
|
COMMENT = family-neutral IP socket supporting both IPv4 and IPv6
|
|
|
|
DISTNAME = IO-Socket-IP-0.26
|
|
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Giovanni Bechis <giovanni@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
MAKE_ENV = TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|