1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/databases/p5-DBD-mysql/Makefile
Bill Fumerola 01886c60cb unBROKEN_ELF this port.
On October 12 this port was marked BROKEN_ELF by jsegar because it
depended on the then BROKEN_ELF databases/mysql321. mysql321 was
unBROKEN_ELF'd by jsegar 4 days later, but this port remained BROKEN_ELF
until now.
1999-01-08 20:33:45 +00:00

34 lines
1.0 KiB
Makefile

# New ports collection makefile for: p5-Mysql-modules
# Version required: 1.2003
# Date created: September 29th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $Id: Makefile,v 1.13 1998/12/26 21:28:59 asami Exp $
#
DISTNAME= Msql-Mysql-modules-1.2003
PKGNAME= p5-Mysql-modules-1.2003
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD
MAINTAINER= vanilla@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql321 \
${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTable \
${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/DBI.pm:${PORTSDIR}/databases/p5-DBI
CONFIGURE_ENV= PREFIX=${PREFIX} MYSQL_HOME=${PREFIX} IN_MYSQL_DISTRIBUTION=1
USE_PERL5= YES
MAN1= dbimon.1
MAN3= Bundle::Mysql.3 \
DBD::mysql.3 \
Mysql.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>