freebsd-ports/devel/p5-Proc-Fork/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

21 lines
556 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Proc-Fork
PORTVERSION= 0.804
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Proc::Fork - Simple, intuitive interface to the fork() system call
BUILD_DEPENDS= p5-Exporter-Tidy>=0:devel/p5-Exporter-Tidy \
p5-Object-Tiny-Lvalue>=0:devel/p5-Object-Tiny-Lvalue
RUN_DEPENDS= p5-Exporter-Tidy>=0:devel/p5-Exporter-Tidy \
p5-Object-Tiny-Lvalue>=0:devel/p5-Object-Tiny-Lvalue
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>