From 28691f5b68c1e6ae6c455bcda1ea1f6d0451b88c Mon Sep 17 00:00:00 2001 From: taca Date: Tue, 16 Mar 2010 15:13:07 +0000 Subject: Re-import misc/php-calendar package as time/php-calendar. misc/php-calendar package will be deleted later. --- time/php-calendar/DESCR | 2 ++ time/php-calendar/Makefile | 14 ++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 time/php-calendar/DESCR create mode 100644 time/php-calendar/Makefile (limited to 'time/php-calendar') 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" -- cgit v1.2.3