openbsd-ports/sysutils/p5-Proc-Wait3/Makefile

17 lines
332 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $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
2012-08-23 11:50:05 -04:00
WANTLIB += c
.include <bsd.port.mk>