freebsd-ports/devel/p5-Reaper/Makefile
Sunpoet Po-Chuan Hsieh 757d2a8732 Move devel/p5-reaper to devel/p5-Reaper
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
- Fix and update WWW
2018-05-22 17:48:28 +00:00

22 lines
415 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= Reaper
PORTVERSION= 1.00
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JGS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for reaping child processes via $$SIG{CHLD}
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>