24 lines
536 B
Makefile
24 lines
536 B
Makefile
# $OpenBSD: Makefile,v 1.8 2010/11/19 22:31:35 espie Exp $
|
|
|
|
COMMENT = object interface for AF_INET and AF_INET6 domain sockets
|
|
|
|
DISTNAME = IO-Socket-INET6-2.65
|
|
|
|
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
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = net/p5-Socket6>=0.12
|
|
REGRESS_DEPENDS = devel/p5-Test-Pod-Coverage devel/p5-Test-Pod
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|