20 lines
323 B
Makefile
20 lines
323 B
Makefile
# $OpenBSD: Makefile,v 1.25 2020/07/03 21:45:38 sthen Exp $
|
|
|
|
COMMENT = Perl defines relating to AF_INET6 sockets
|
|
|
|
DISTNAME = Socket6-0.29
|
|
REVISION = 0
|
|
|
|
CATEGORIES = net devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# 3-clause BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c perl
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|