22 lines
434 B
Makefile
22 lines
434 B
Makefile
# $OpenBSD: Makefile,v 1.3 2010/11/19 22:31:36 espie Exp $
|
|
|
|
COMMENT = make common perl modules IPv6 ready by hotpatching
|
|
|
|
DISTNAME = Net-INET6Glue-0.4
|
|
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = cpan
|
|
USE_GROFF = Yes
|
|
RUN_DEPENDS = net/p5-IO-Socket-INET6
|
|
|
|
.include <bsd.port.mk>
|