diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 06:44:11 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 06:44:11 +0000 |
commit | 04382d889b8994a8d8d8d24934116a0e52abd17f (patch) | |
tree | 2e8a521d81949bd5aa7b9aee204d2c41f3add81b /devel/p5-Child | |
parent | 180d034a7ba08f2544a187f139c812b52e51c2f0 (diff) |
Notes
Diffstat (limited to 'devel/p5-Child')
-rw-r--r-- | devel/p5-Child/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Child/Makefile b/devel/p5-Child/Makefile index 39a12c7ff06a..d2f9e576aac0 100644 --- a/devel/p5-Child/Makefile +++ b/devel/p5-Child/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: p5-Child -# Date created: Sat Jul 31, 2010 -# Whom: Dan Rench <citric@cubicone.tmetic.com> -# +# Created by: Dan Rench <citric@cubicone.tmetic.com> # $FreeBSD$ -# PORTNAME= Child PORTVERSION= 0.009 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= citric@cubicone.tmetic.com COMMENT= Object oriented simple interface to fork() -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Child.3 \ Child::IPC::Pipe.3 \ |