# New ports collection makefile for:	Proc-Background
# Date created:				Wed Jan  3 10:32:39 2001
# Whom:					will
#
# $FreeBSD: ports/devel/p5-Proc-Background/Makefile,v 1.12 2009/07/07 13:01:56 tobez Exp $
#

PORTNAME=	Proc-Background
PORTVERSION=	1.10
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	tobez@FreeBSD.org
COMMENT=	Perl interface to running background processes

PERL_CONFIGURE=	yes

MAN1=		timed-process.1
MAN3=		Proc::Background.3 \
		Proc::Background::Win32.3 \
		Proc::Background::Unix.3

.include <bsd.port.mk>
