# Created by: Dan Rench <citric@cubicone.tmetic.com>
# $FreeBSD: tags/RELEASE_10_0_0/devel/p5-Child/Makefile 327724 2013-09-20 17:13:42Z bapt $

PORTNAME=	Child
PORTVERSION=	0.009
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:EXODIST
PKGNAMEPREFIX=	p5-

MAINTAINER=	citric@cubicone.tmetic.com
COMMENT=	Object oriented simple interface to fork()

USES=		perl5
USE_PERL5=	modbuild

MAN3=		Child.3 \
		Child::IPC::Pipe.3 \
		Child::Link.3 \
		Child::Link::IPC.3 \
		Child::Link::IPC::Pipe.3 \
		Child::Link::IPC::Pipe::Parent.3 \
		Child::Link::IPC::Pipe::Proc.3 \
		Child::Link::Parent.3 \
		Child::Link::Proc.3 \
		Child::Util.3

NO_STAGE=	yes
.include <bsd.port.mk>
