- add license(s) - add missing TEST_DEPENDS ChangeLog: https://metacpan.org/dist/Child/changes PR: 266738 Approved by: maintainer timeout, >2 weeks
21 lines
451 B
Makefile
21 lines
451 B
Makefile
PORTNAME= Child
|
|
DISTVERSION= 0.013
|
|
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()
|
|
WWW= https://metacpan.org/release/Child
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
TEST_DEPENDS= p5-Capture-Tiny>0:devel/p5-Capture-Tiny
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|