aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Proc-Background/Makefile
blob: f7ab8ce9538e3a1d2f9a50dc3efd803536182f15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:	Proc-Background
# Date created:				Wed Jan  3 10:32:39 2001
# Whom:					will
#
# $FreeBSD$
#

PORTNAME=	Proc-Background
PORTVERSION=	1.08
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Proc
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>