summaryrefslogtreecommitdiff
path: root/databases/p5-DBI-137/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-DBI-137/Makefile')
-rw-r--r--databases/p5-DBI-137/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/databases/p5-DBI-137/Makefile b/databases/p5-DBI-137/Makefile
deleted file mode 100644
index 44bbb09fc3c9..000000000000
--- a/databases/p5-DBI-137/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: p5-DBI
-# Version required: 1.12
-# Date created: October 17th 1996
-# Whom: James FitzGibbon <jfitz@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-DISTNAME= DBI-1.12
-PKGNAME= p5-DBI-1.12
-CATEGORIES= databases perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= DBI
-
-MAINTAINER= vanilla@FreeBSD.org
-
-BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/RPC/pServer.pm:${PORTSDIR}/net/p5-pRPC
-
-USE_PERL5= YES
-CONFIGURE_ARGS= PREFIX=${PREFIX}
-
-MAN1= dbiproxy.1 \
- dbish.1
-MAN3= Bundle::DBI.3 \
- DBD::Proxy.3 \
- DBI.3 \
- DBI::DBD.3 \
- DBI::FAQ.3 \
- DBI::Format.3 \
- DBI::ProxyServer.3 \
- DBI::Shell.3 \
- DBI::W32ODBC.3
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-
-do-configure:
- @ cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL ${CONFIGURE_ARGS}
-
-.include <bsd.port.mk>