1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/databases/p5-Mysql/Makefile

38 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Mysql-modules
1999-01-21 17:54:48 +00:00
# Version required: 1.2016
# Date created: September 29th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
1999-08-25 05:28:01 +00:00
# $FreeBSD$
#
DISTNAME= Msql-Mysql-modules-1.2209
PKGNAME= p5-Mysql-modules-1.2209
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
1999-12-22 14:05:26 +00:00
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.6:${PORTSDIR}/databases/mysql322-client
1999-12-22 14:05:26 +00:00
Y2K= http://forteviot.symbolstone.org/technology/perl/DBI/doc/faq.html
CONFIGURE_ARGS= PREFIX=${PREFIX} --noprompt --mysql-install --nomsql-install
1999-01-21 17:54:48 +00:00
CONFIGURE_ENV= MYSQL_HOME=${PREFIX} IN_MYSQL_DISTRIBUTION=1
USE_PERL5= YES
MAN1= dbimon.1
MAN3= Bundle::DBD::mysql.3 \
DBD::mysql.3 \
Mysql.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
1999-01-21 17:54:48 +00:00
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL ${CONFIGURE_ARGS}
.include <bsd.port.mk>