misc/php4-calendar: PHP4 extension for calendar conversion support
This version is from the php-4.0.6 distribution.
This commit is contained in:
parent
d8365834b5
commit
eabf090b4f
3 changed files with 19 additions and 0 deletions
13
misc/php4-calendar/Makefile
Normal file
13
misc/php4-calendar/Makefile
Normal file
|
@ -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"
|
4
misc/php4-calendar/distinfo
Normal file
4
misc/php4-calendar/distinfo
Normal file
|
@ -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
|
2
misc/php4-calendar/pkg/DESCR
Normal file
2
misc/php4-calendar/pkg/DESCR
Normal file
|
@ -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.
|
Loading…
Reference in a new issue