blob: 8a4140ff38231b0ad4ca40994826ab76fa94829b (
plain)
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= ../../authors/id/J/JG/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>
|