diff options
author | taca <taca@pkgsrc.org> | 2010-03-16 16:08:16 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-03-16 16:08:16 +0000 |
commit | 3f669a6fa619767cc215113c59a07c3a104dd233 (patch) | |
tree | a089fb7f6ad75bad2a656897ee6ac3093c8364d8 | |
parent | 86b9da31dbde0389d2767342a574f56ee507162c (diff) | |
download | pkgsrc-3f669a6fa619767cc215113c59a07c3a104dd233.tar.gz |
misc/php-calendar has moved to time/php-calendar.
-rw-r--r-- | misc/php-calendar/DESCR | 2 | ||||
-rw-r--r-- | misc/php-calendar/Makefile | 14 |
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" |