freebsd-ports/databases/p5-DBD-mysql/Makefile
Chris D. Faulhaber 2c6bfc326a Add (after repo-copy) p5-DBD-mysql, a perl DBD driver for
MySQL.  This port will supercede p5-Mysql after verifying
there are no problems with existing ports/applications.

PR:		32130
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-11-27 17:51:06 +00:00

29 lines
720 B
Makefile

# New ports collection makefile for: p5-Mysql-modules
# Date created: September 29th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= DBD-mysql
PORTVERSION= 2.1004
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Bundle::DBD::mysql.3 DBD::mysql.3 DBD::mysql::INSTALL.3 \
Mysql.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>