openbsd-ports/sysutils/p5-Proc-Wait3/Makefile
2013-03-11 11:35:43 +00:00

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>