17 lines
332 B
Makefile
17 lines
332 B
Makefile
# $OpenBSD: Makefile,v 1.4 2013/03/11 11:41:31 espie Exp $
|
|
|
|
COMMENT = perl extension for wait3 system call
|
|
|
|
SHARED_ONLY = Yes
|
|
MODULES = cpan
|
|
DISTNAME = Proc-Wait3-0.04
|
|
CATEGORIES = sysutils
|
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|