e35184b5ea
Pointed out by Geert Hendrickx on tech-pkg@
12 lines
290 B
Makefile
12 lines
290 B
Makefile
# $NetBSD: Makefile,v 1.6 2007/05/08 11:30:50 adrianp Exp $
|
|
|
|
MODNAME= pcntl
|
|
CATEGORIES+= devel
|
|
COMMENT= PHP extension for Process Control functions
|
|
|
|
CONFLICTS= php-pcntl-[0-9]*
|
|
|
|
CONFIGURE_ARGS+= --enable-${MODNAME}=shared
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|