diff options
-rw-r--r-- | time/php-calendar/DESCR | 2 | ||||
-rw-r--r-- | time/php-calendar/Makefile | 14 |
2 files changed, 16 insertions, 0 deletions
diff --git a/time/php-calendar/DESCR b/time/php-calendar/DESCR new file mode 100644 index 00000000000..e64bd4a3dab --- /dev/null +++ b/time/php-calendar/DESCR @@ -0,0 +1,2 @@ +PHP is a programming language designed to be embedded into web pages. +This module provides support for calendar date conversions. diff --git a/time/php-calendar/Makefile b/time/php-calendar/Makefile new file mode 100644 index 00000000000..e55259c9627 --- /dev/null +++ b/time/php-calendar/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/03/16 15:13:07 taca Exp $ + +MODNAME= calendar +CATEGORIES+= time +COMMENT= PHP extension for calendar conversion support + +PKG_DESTDIR_SUPPORT= user-destdir + +CONFLICTS= php-calendar-[0-9]* + +CONFIGURE_ARGS+= --enable-${MODNAME} + +.include "../../lang/php/ext.mk" +.include "../../mk/bsd.pkg.mk" |