mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
1b000dfa39
Approved by: clsung via IRC
24 lines
453 B
Makefile
24 lines
453 B
Makefile
# 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= perl@FreeBSD.org
|
|
COMMENT= Perl module for reaping child processes via $$SIG{CHLD}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= reaper.3 Reaper.3
|
|
|
|
.include <bsd.port.mk>
|