19 lines
311 B
Makefile
19 lines
311 B
Makefile
# $OpenBSD: Makefile,v 1.16 2021/03/10 19:44:58 bluhm Exp $
|
|
|
|
COMMENT = make common perl modules IPv6 ready by hotpatching
|
|
|
|
DISTNAME = Net-INET6Glue-0.604
|
|
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|