openbsd-ports/net/p5-IO-Socket-INET6/Makefile

20 lines
437 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.12 2013/03/11 11:35:50 espie Exp $
COMMENT = object interface for AF_INET and AF_INET6 domain sockets
DISTNAME = IO-Socket-INET6-2.69
CATEGORIES = net
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
BUILD_DEPENDS = ${RUN_DEPENDS}
2010-11-19 17:31:32 -05:00
RUN_DEPENDS = net/p5-Socket6>=0.12
2013-03-11 07:35:43 -04:00
TEST_DEPENDS = devel/p5-Test-Pod-Coverage devel/p5-Test-Pod
.include <bsd.port.mk>