pkgsrc/misc/php-calendar/Makefile
joerg 8572e2517c Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
2006-06-04 16:26:54 +00:00

12 lines
288 B
Makefile

# $NetBSD: Makefile,v 1.8 2006/06/04 16:26:54 joerg Exp $
MODNAME= calendar
CATEGORIES+= misc
COMMENT= PHP extension for calendar conversion support
CONFLICTS= php-calendar-[0-9]*
CONFIGURE_ARGS+= --enable-${MODNAME}
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"