aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-SQLite2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-DBD-SQLite2/Makefile')
-rw-r--r--databases/p5-DBD-SQLite2/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/databases/p5-DBD-SQLite2/Makefile b/databases/p5-DBD-SQLite2/Makefile
deleted file mode 100644
index 237cc38861f9..000000000000
--- a/databases/p5-DBD-SQLite2/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: p5-DBD-SQLite
-# Date created: 2002/03/30
-# Whom: nork@cityfujisawa.ne.jp
-#
-# $FreeBSD$
-#
-
-PORTNAME= DBD-SQLite
-PORTVERSION= 0.28
-CATEGORIES= databases perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= DBD
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= nork@FreeBSD.org
-COMMENT= Provides access to SQLite2 databases through the DBI
-
-PERL_CONFIGURE= yes
-
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= DBD::SQLite.3
-
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500600
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
-.else
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
-.endif
-
-.include <bsd.port.post.mk>