summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authortaca <taca>2010-03-16 15:13:07 +0000
committertaca <taca>2010-03-16 15:13:07 +0000
commit6f83076cf4c1a06395d584b45caa7bed5d30e7ef (patch)
tree8c147b8f8d6923608a028cc0d042dbc80463d657 /time
parentfa92c8ad6499d9a4316bbabd6dba8818295a3ea7 (diff)
downloadpkgsrc-6f83076cf4c1a06395d584b45caa7bed5d30e7ef.tar.gz
Re-import misc/php-calendar package as time/php-calendar.
misc/php-calendar package will be deleted later.
Diffstat (limited to 'time')
-rw-r--r--time/php-calendar/DESCR2
-rw-r--r--time/php-calendar/Makefile14
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"