diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-22 01:54:48 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-22 01:54:48 +0800 |
commit | cb68efd1b39f6ab8bab117905cec68a327eee458 (patch) | |
tree | b26d22eb7ed18e2bfff0a14e2b6cd136f48c7b1b /databases/p5-DBD-mysql/Makefile | |
parent | abe1db515a205c27b4052e80e45e8e796029360f (diff) | |
download | freebsd-ports-gnome-cb68efd1b39f6ab8bab117905cec68a327eee458.tar.gz freebsd-ports-gnome-cb68efd1b39f6ab8bab117905cec68a327eee458.tar.zst freebsd-ports-gnome-cb68efd1b39f6ab8bab117905cec68a327eee458.zip |
Upgrade to 1.2016.
Diffstat (limited to 'databases/p5-DBD-mysql/Makefile')
-rw-r--r-- | databases/p5-DBD-mysql/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile index af34886be661..2fbae30211be 100644 --- a/databases/p5-DBD-mysql/Makefile +++ b/databases/p5-DBD-mysql/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: p5-Mysql-modules -# Version required: 1.2003 +# Version required: 1.2016 # Date created: September 29th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.15 1999/01/14 21:22:26 dirk Exp $ +# $Id: Makefile,v 1.16 1999/01/18 15:37:58 dirk Exp $ # -DISTNAME= Msql-Mysql-modules-1.2003 -PKGNAME= p5-Mysql-modules-1.2003 +DISTNAME= Msql-Mysql-modules-1.2016 +PKGNAME= p5-Mysql-modules-1.2016 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD @@ -18,7 +18,8 @@ BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Data/ShowTable.pm:${POR ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/DBI.pm:${PORTSDIR}/databases/p5-DBI LIB_DEPENDS= mysqlclient.5:${PORTSDIR}/databases/mysql322 -CONFIGURE_ENV= PREFIX=${PREFIX} MYSQL_HOME=${PREFIX} IN_MYSQL_DISTRIBUTION=1 +CONFIGURE_ARGS= PREFIX=${PREFIX} +CONFIGURE_ENV= MYSQL_HOME=${PREFIX} IN_MYSQL_DISTRIBUTION=1 USE_PERL5= YES MAN1= dbimon.1 @@ -28,6 +29,6 @@ MAN3= Bundle::Mysql.3 \ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL ${CONFIGURE_ARGS} .include <bsd.port.mk> |