1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/devel/p5-Child/Makefile
2014-02-05 14:37:24 +00:00

18 lines
346 B
Makefile

# Created by: Dan Rench <citric@cubicone.tmetic.com>
# $FreeBSD$
PORTNAME= Child
PORTVERSION= 0.009
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:EXODIST
PKGNAMEPREFIX= p5-
MAINTAINER= citric@cubicone.tmetic.com
COMMENT= Object oriented simple interface to fork()
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>