23 lines
426 B
Makefile
23 lines
426 B
Makefile
|
# New ports collection makefile for: devel/p5-Proc-Wait3
|
||
|
# Date created: 23 September 2009
|
||
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= Proc-Wait3
|
||
|
PORTVERSION= 0.03
|
||
|
CATEGORIES= devel perl5
|
||
|
MASTER_SITES= CPAN
|
||
|
MASTER_SITE_SUBDIR= Proc
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= tobez@FreeBSD.org
|
||
|
COMMENT= Perl extension for wait3 system call
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= Proc::Wait3.3
|
||
|
|
||
|
.include <bsd.port.mk>
|