summaryrefslogtreecommitdiff
path: root/misc/php4-calendar
diff options
context:
space:
mode:
authorjlam <jlam>2001-10-16 07:05:00 +0000
committerjlam <jlam>2001-10-16 07:05:00 +0000
commitd6f92a758470ca83be93a3cc8dbfb8b11fdb01c3 (patch)
tree19c673a5169a8e89845f0a7954bd0248705e2226 /misc/php4-calendar
parent8ae9a9820199d55a77ce722fb1b853f3329cd645 (diff)
downloadpkgsrc-d6f92a758470ca83be93a3cc8dbfb8b11fdb01c3.tar.gz
misc/php4-calendar: PHP4 extension for calendar conversion support
This version is from the php-4.0.6 distribution.
Diffstat (limited to 'misc/php4-calendar')
-rw-r--r--misc/php4-calendar/Makefile13
-rw-r--r--misc/php4-calendar/distinfo4
-rw-r--r--misc/php4-calendar/pkg/DESCR2
3 files changed, 19 insertions, 0 deletions
diff --git a/misc/php4-calendar/Makefile b/misc/php4-calendar/Makefile
new file mode 100644
index 00000000000..a8ff66e53ab
--- /dev/null
+++ b/misc/php4-calendar/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 07:05:00 jlam Exp $
+
+.include "../../www/php4/Makefile.module"
+
+MODNAME= calendar
+CATEGORIES+= misc
+PHP_PKG_VERS= # empty
+COMMENT= PHP4 extension for calendar conversion support
+
+USE_BUILDLINK_ONLY= YES
+CONFIGURE_ARGS+= --enable-${MODNAME}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/php4-calendar/distinfo b/misc/php4-calendar/distinfo
new file mode 100644
index 00000000000..4d9c4c73218
--- /dev/null
+++ b/misc/php4-calendar/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/10/16 07:05:00 jlam Exp $
+
+SHA1 (php-4.0.6.tar.gz) = 6544eb1085b916541af914a11074e9bb8a037a03
+Size (php-4.0.6.tar.gz) = 3157346 bytes
diff --git a/misc/php4-calendar/pkg/DESCR b/misc/php4-calendar/pkg/DESCR
new file mode 100644
index 00000000000..c8bc642adb1
--- /dev/null
+++ b/misc/php4-calendar/pkg/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 for PHP4.