aboutsummaryrefslogtreecommitdiff
path: root/databases/dbiwrapper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/dbiwrapper/Makefile')
-rw-r--r--databases/dbiwrapper/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/databases/dbiwrapper/Makefile b/databases/dbiwrapper/Makefile
deleted file mode 100644
index 57fdf152eae1..000000000000
--- a/databases/dbiwrapper/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: dbiwrapper
-# Date Created: 30 June 2001
-# Whom: Pete Fritchman <petef@databits.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= DBIWrapper
-PORTVERSION= 0.12
-CATEGORIES= databases perl5
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= dbiwrapper
-PKGNAMEPREFIX= p5-
-DISTNAME= dbi_wrapper-${PORTVERSION}
-
-MAINTAINER= petef@databits.net
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-PERL_CONFIGURE= yes
-
-USE_PERL5= yes
-
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= DBIWrapper.3
-
-.include <bsd.port.mk>