8572e2517c
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
13 lines
331 B
Makefile
13 lines
331 B
Makefile
# $NetBSD: Makefile,v 1.10 2006/06/04 16:26:56 joerg Exp $
|
|
|
|
MODNAME= curl
|
|
CATEGORIES+= www
|
|
COMMENT= PHP extension for curl functions
|
|
|
|
CONFLICTS= php-curl-[0-9]*
|
|
|
|
CONFIGURE_ARGS+= --with-curl=shared,${BUILDLINK_PREFIX.curl}
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|