mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
22 lines
406 B
Makefile
22 lines
406 B
Makefile
# 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
|
|
|
|
MAN3= reaper.3 Reaper.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|