blob: 055d245440909b7f6fafddb5e7b171617b6ed8f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= reaper
PORTVERSION= 1.00
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JGS
PKGNAMEPREFIX= p5-
DISTNAME= Reaper-1.00
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for reaping child processes via $$SIG{CHLD}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|