blob: daac8202ae2c7970ae5b6c4c2e3443bc9a6894e8 (
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
|
# New ports collection makefile for: p5-reaper
# Date created: 2006-10-12
# Whom: 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= clsung@FreeBSD.org
COMMENT= Perl module for reaping child processes via $$SIG{CHLD}
PERL_CONFIGURE= yes
MAN3= reaper.3 Reaper.3
.include <bsd.port.mk>
|