openbsd-ports/net/p5-IO-Socket-INET6/Makefile
bluhm da6953bd01 Add @conflict and @pkgpath to make upgrade smoother.
discussed with Mikolaj Kucharski, sturm@, ajacoutot@, sthen@
2009-01-02 10:16:07 +00:00

24 lines
564 B
Makefile

# $OpenBSD: Makefile,v 1.2 2009/01/02 10:16:07 bluhm Exp $
COMMENT = object interface for AF_INET and AF_INET6 domain sockets
DISTNAME = IO-Socket-INET6-2.56
PKGNAME = p5-${DISTNAME}p0
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 = :p5-Socket6->=0.12:net/p5-Socket6
REGRESS_DEPENDS = ::devel/p5-Test-Pod-Coverage ::devel/p5-Test-Pod
.include <bsd.port.mk>