summaryrefslogtreecommitdiff
path: root/time/php-calendar/Makefile
blob: 2579e6bbe85b0ff3e6170d77f39e9abab3f468a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: Makefile,v 1.2 2012/10/08 13:04:27 asau Exp $

MODNAME=		calendar
CATEGORIES+=		time
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"