summaryrefslogtreecommitdiff
path: root/databases/php5-pdo
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2006-11-08 10:14:25 +0000
committerXin LI <delphij@FreeBSD.org>2006-11-08 10:14:25 +0000
commit24aaf89f41862b60cdb39cbc52ce37d157e8b476 (patch)
treedaeeac22196036175cd6647c677d6a79e7d01848 /databases/php5-pdo
parentChange my email address to farrokhi@ in all ports that I maintain. (diff)
Remove databases/php5-pdo, pecl-PDO is preferred.
Requested by: ale
Notes
Notes: svn path=/head/; revision=176803
Diffstat (limited to 'databases/php5-pdo')
-rw-r--r--databases/php5-pdo/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/php5-pdo/Makefile b/databases/php5-pdo/Makefile
deleted file mode 100644
index 237cf93dc5da..000000000000
--- a/databases/php5-pdo/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# New ports collection makefile for: php5-pdo
-# Date created: 8 Nov 2006
-# Whom: Xin LI <delphij@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-CATEGORIES= databases
-
-MASTERDIR= ${.CURDIR}/../../lang/php5
-
-PKGNAMESUFFIX= -pdo
-
-.include "${MASTERDIR}/Makefile"