freebsd-ports/devel/p5-Proc-Fork/Makefile

24 lines
528 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Proc-Fork
PORTVERSION= 0.806
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple, intuitive interface to fork() system call
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
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>