mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
baba9cd29f
- this commit modified ports maintained by (non-)ports@, so approved by portmgr (erwin) first. PR: ports/98755 Submitted by: rafan Approved by: portmgr (erwin)
26 lines
523 B
Makefile
26 lines
523 B
Makefile
# 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>
|