aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-06-03 10:44:41 +0800
committerlinimon <linimon@FreeBSD.org>2010-06-03 10:44:41 +0800
commitb7ba34ded45ebb26f189855e1bd22edd0a3bf7ac (patch)
treee26012234f5b73439a0879f3fef069ee82cec260 /databases
parent773122ed5ac3dea8bd2cdcd9b7c744677467ed34 (diff)
downloadfreebsd-ports-gnome-b7ba34ded45ebb26f189855e1bd22edd0a3bf7ac.tar.gz
freebsd-ports-gnome-b7ba34ded45ebb26f189855e1bd22edd0a3bf7ac.tar.zst
freebsd-ports-gnome-b7ba34ded45ebb26f189855e1bd22edd0a3bf7ac.zip
Remove remnant of port deleted from Makefile (and noted in MOVED)
2010-01-10. PR: ports/146846 Submitted by: Anatoly Borodin <anatoly dot borodin at gmail dot com>
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBD-mysql60/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/databases/p5-DBD-mysql60/Makefile b/databases/p5-DBD-mysql60/Makefile
deleted file mode 100644
index 7a0be0ec5526..000000000000
--- a/databases/p5-DBD-mysql60/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# New ports collection makefile for: p5-DBD-mysql51
-# Date created: 28 Jan 2006
-# Whom: Alex Dupre <ale@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PKGNAMESUFFIX= 60
-
-COMMENT= MySQL 6.0 driver for the Perl5 Database Interface (DBI)
-
-CONFLICTS= p5-Mysql-modules-[0-9]* p5-DBD-mysql-[0-9]* p5-DBD-mysql4[0-9]-[0-9]* p5-DBD-mysql5[0-9]-[0-9]*
-
-WANT_MYSQL_VER= 60
-
-MASTERDIR= ${.CURDIR}/../p5-DBD-mysql
-
-.include "${MASTERDIR}/Makefile"