mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
13 lines
283 B
Makefile
13 lines
283 B
Makefile
# $NetBSD: Makefile,v 1.10 2012/10/31 11:19:24 asau Exp $
|
|
|
|
MODNAME= posix
|
|
CATEGORIES+= devel
|
|
COMMENT= PHP extension for POSIX-like functions
|
|
|
|
CONFLICTS= php-posix-[0-9]*
|
|
|
|
CONFIGURE_ARGS+= --enable-${MODNAME}=shared
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|