cc759ec80b
Changes: 0.05 Tue Nov 3 07:31:43 EST 2015 - Updated FSF postal address in the LICENSE file RT Bug #107792, ppisar/redhat
16 lines
298 B
Makefile
16 lines
298 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Proc-Wait3
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Perl extension for wait3 system call
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|