summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authortaca <taca>2010-03-16 16:08:16 +0000
committertaca <taca>2010-03-16 16:08:16 +0000
commit179be27a3314aab4da5b12b8ad88f47970066283 (patch)
treea089fb7f6ad75bad2a656897ee6ac3093c8364d8 /misc
parentf0eb78147876062ef6a8a40269ebda573316c668 (diff)
downloadpkgsrc-179be27a3314aab4da5b12b8ad88f47970066283.tar.gz
misc/php-calendar has moved to time/php-calendar.
Diffstat (limited to 'misc')
-rw-r--r--misc/php-calendar/DESCR2
-rw-r--r--misc/php-calendar/Makefile14
2 files changed, 0 insertions, 16 deletions
diff --git a/misc/php-calendar/DESCR b/misc/php-calendar/DESCR
deleted file mode 100644
index e64bd4a3dab..00000000000
--- a/misc/php-calendar/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-PHP is a programming language designed to be embedded into web pages.
-This module provides support for calendar date conversions.
diff --git a/misc/php-calendar/Makefile b/misc/php-calendar/Makefile
deleted file mode 100644
index a080086daa8..00000000000
--- a/misc/php-calendar/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:37 joerg Exp $
-
-MODNAME= calendar
-CATEGORIES+= misc
-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"