19 lines
354 B
Makefile
19 lines
354 B
Makefile
# $OpenBSD: Makefile,v 1.7 2013/03/11 11:35:52 espie Exp $
|
|
|
|
COMMENT = make common perl modules IPv6 ready by hotpatching
|
|
|
|
DISTNAME = Net-INET6Glue-0.5
|
|
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
USE_GROFF = Yes
|
|
RUN_DEPENDS = net/p5-IO-Socket-INET6
|
|
|
|
.include <bsd.port.mk>
|