15 lines
266 B
Makefile
15 lines
266 B
Makefile
|
COMMENT = perl extension for wait3 system call
|
||
|
|
||
|
MODULES = cpan
|
||
|
DISTNAME = Proc-Wait3-0.05
|
||
|
CATEGORIES = sysutils
|
||
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
||
|
REVISION = 0
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
WANTLIB += c perl
|
||
|
|
||
|
.include <bsd.port.mk>
|