diff options
author | taca <taca@pkgsrc.org> | 2010-03-16 15:13:07 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-03-16 15:13:07 +0000 |
commit | 28691f5b68c1e6ae6c455bcda1ea1f6d0451b88c (patch) | |
tree | 8c147b8f8d6923608a028cc0d042dbc80463d657 /time | |
parent | 075cd2e39ce484fd5326e1ac562058761577eddb (diff) | |
download | pkgsrc-28691f5b68c1e6ae6c455bcda1ea1f6d0451b88c.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" |