diff options
Diffstat (limited to 'databases/p5-DBD-mysql')
-rw-r--r-- | databases/p5-DBD-mysql/Makefile | 37 | ||||
-rw-r--r-- | databases/p5-DBD-mysql/distinfo | 1 | ||||
-rw-r--r-- | databases/p5-DBD-mysql/pkg-comment | 1 | ||||
-rw-r--r-- | databases/p5-DBD-mysql/pkg-descr | 15 | ||||
-rw-r--r-- | databases/p5-DBD-mysql/pkg-plist | 14 |
5 files changed, 0 insertions, 68 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile deleted file mode 100644 index ee81d683bea3..000000000000 --- a/databases/p5-DBD-mysql/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: p5-Mysql-modules -# Date created: September 29th 1996 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= Mysql-modules -PORTVERSION= 1.2216 -CATEGORIES= databases perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= DBD -PKGNAMEPREFIX= p5- -DISTNAME= Msql-Mysql-modules-${PORTVERSION} - -MAINTAINER= jedgar@FreeBSD.org - -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTable \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS= ${BUILD_DEPENDS} -LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client - -PERL_CONFIGURE= yes -CONFIGURE_ARGS= PREFIX=${PREFIX} CC="${CC}" CCFLAGS="${CFLAGS}" \ - --noprompt --mysql-install --nomsql-install -CONFIGURE_ENV= MYSQL_HOME=${PREFIX} IN_MYSQL_DISTRIBUTION=1 - -MAN1= dbimon.1 -MAN3= Bundle::DBD::mysql.3 \ - DBD::mysql.3 \ - Mysql.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -pre-configure: - @${PERL} -p -i -e 's| -lgz||' ${WRKSRC}/lib/DBD/mysql/Install.pm - -.include <bsd.port.mk> diff --git a/databases/p5-DBD-mysql/distinfo b/databases/p5-DBD-mysql/distinfo deleted file mode 100644 index 06156327beaf..000000000000 --- a/databases/p5-DBD-mysql/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Msql-Mysql-modules-1.2216.tar.gz) = b5f764a84c452c9f46c3f7d937798e77 diff --git a/databases/p5-DBD-mysql/pkg-comment b/databases/p5-DBD-mysql/pkg-comment deleted file mode 100644 index a2e381f8ae1a..000000000000 --- a/databases/p5-DBD-mysql/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl5 modules for accessing MySQL databases diff --git a/databases/p5-DBD-mysql/pkg-descr b/databases/p5-DBD-mysql/pkg-descr deleted file mode 100644 index 5387b091d049..000000000000 --- a/databases/p5-DBD-mysql/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Mysql.pm and DBD::mysql implement two different approaches to -communicate with an MySQL server. DBD::mysql is built upon the DBI, the -generic Perl Database Interface. It brings you an identical interface -to a broad variety of databases and is in this regard comparable to -ODBC. The advantage of the DBI approach is portability and -interoperability. Msql.pm is the elder species. It was written before -DBI was available but it was inspired by an early draft of the DBI -specification. As it has been circulating longer it is more mature and -pretty stable. It's also more complete than DBD::mysql. - -Some day in the future DBD::mysql will probably be the clearly superior -competitor in this package. Today you have to decide on your own about -the trade-offs. - -WWW: http://www.symbolstone.org/technology/perl/DBI/ diff --git a/databases/p5-DBD-mysql/pkg-plist b/databases/p5-DBD-mysql/pkg-plist deleted file mode 100644 index cebf02907e5a..000000000000 --- a/databases/p5-DBD-mysql/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -bin/dbimon -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mysql.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle/DBD/mysql.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/mysql.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mysql/Statement.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/mysql/mysql.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/mysql/mysql.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Msql-Mysql-modules/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/mysql -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Msql-Mysql-modules -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mysql -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle/DBD -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD 2>/dev/null || true |