summaryrefslogtreecommitdiff
path: root/misc/php-calendar
diff options
context:
space:
mode:
Diffstat (limited to 'misc/php-calendar')
-rw-r--r--misc/php-calendar/DESCR2
-rw-r--r--misc/php-calendar/Makefile13
2 files changed, 15 insertions, 0 deletions
diff --git a/misc/php-calendar/DESCR b/misc/php-calendar/DESCR
new file mode 100644
index 00000000000..e64bd4a3dab
--- /dev/null
+++ b/misc/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/misc/php-calendar/Makefile b/misc/php-calendar/Makefile
new file mode 100644
index 00000000000..bc34e5a2d8f
--- /dev/null
+++ b/misc/php-calendar/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/31 19:30:30 jdolecek Exp $
+
+MODNAME= calendar
+CATEGORIES+= misc
+PKGREVISION= # empty
+COMMENT= PHP extension for calendar conversion support
+
+USE_BUILDLINK3= YES
+
+CONFIGURE_ARGS+= --enable-${MODNAME}
+
+.include "../../lang/php/ext.mk"
+.include "../../mk/bsd.pkg.mk"