1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/databases/p5-DBD-mysql/Makefile
James FitzGibbon ccdb93701a Make all p5- ports use USE_PERL instead of explicitly stating the version number in each Makefile
In-Conjunction-With: Satoshi's patch to bsd.port.mk
(note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.)
1997-06-24 18:43:34 +00:00

30 lines
689 B
Makefile

# New ports collection makefile for: p5-MySQL
# Version required: 1.17
# Date created: June 17th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $Id: Makefile,v 1.1.1.1 1997/06/18 19:39:25 jfitz Exp $
#
DISTNAME= Mysqlperl-1.17
PKGNAME= p5-Mysql-1.17
CATEGORIES= databases perl5
MASTER_SITES= http://www.tcx.se/Contrib/
EXTRACT_SUFX= .tgz
MAINTAINER= jfitz@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql
USE_PERL5= YES
MAN3= Mysql.3
MANPREFIX= ${PREFIX}/lib/perl5
CONFIGURE_ENV+= PREFIX=${PREFIX}
do-configure:
@cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>