5fe074f21e
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
14 lines
359 B
Makefile
14 lines
359 B
Makefile
# $NetBSD: Makefile,v 1.7 2006/06/04 16:26:52 joerg Exp $
|
|
|
|
MODNAME= zip
|
|
PECL_VERSION= 1.0
|
|
CATEGORIES+= archivers
|
|
COMMENT= PHP extension for ZIP archive handling
|
|
|
|
CONFLICTS= php-zip-[0-9]*
|
|
|
|
CONFIGURE_ARGS+= --with-zip=shared,${BUILDLINK_DIR}
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../archivers/zziplib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|