diff options
author | taca <taca> | 2010-03-16 15:13:07 +0000 |
---|---|---|
committer | taca <taca> | 2010-03-16 15:13:07 +0000 |
commit | 277c16dd85923520dfc1ea9a2c6e63fbb3ed97d1 (patch) | |
tree | 8c147b8f8d6923608a028cc0d042dbc80463d657 /time | |
parent | 03cb2211d20b47cfbd3dafe40c5de6c2e3de232f (diff) | |
download | pkgsrc-277c16dd85923520dfc1ea9a2c6e63fbb3ed97d1.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/DESCR | 2 | ||||
-rw-r--r-- | time/php-calendar/Makefile | 14 |
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" |