19 lines
320 B
Makefile
19 lines
320 B
Makefile
# $OpenBSD: Makefile,v 1.22 2016/08/08 13:09:35 bluhm Exp $
|
|
|
|
COMMENT = Perl defines relating to AF_INET6 sockets
|
|
|
|
DISTNAME = Socket6-0.28
|
|
|
|
CATEGORIES = net devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# 3-clause BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
MODULES = cpan
|
|
|
|
.include <bsd.port.mk>
|