diff options
author | jlam <jlam> | 2001-10-16 07:05:00 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-10-16 07:05:00 +0000 |
commit | 97ba8072523c59167b3a203b23467f5fe4ccd80e (patch) | |
tree | 19c673a5169a8e89845f0a7954bd0248705e2226 /misc/php4-calendar | |
parent | 67b227a22c68cf6d5b27e6bb2140afcac51ed3f6 (diff) | |
download | pkgsrc-97ba8072523c59167b3a203b23467f5fe4ccd80e.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/Makefile | 13 | ||||
-rw-r--r-- | misc/php4-calendar/distinfo | 4 | ||||
-rw-r--r-- | misc/php4-calendar/pkg/DESCR | 2 |
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. |