mirror of https://git.FreeBSD.org/ports.git
23 lines
464 B
Makefile
23 lines
464 B
Makefile
PORTNAME= Proc-Wait3
|
|
PORTVERSION= 0.05
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension for wait3 system call
|
|
WWW= https://metacpan.org/release/Proc-Wait3
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Proc/Wait3/Wait3.so
|
|
|
|
.include <bsd.port.mk>
|