# ex:ts=8 # New ports collection makefile for: libdbi # Date created: Nov 4, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= libdbi PORTVERSION= 0.6.2 CATEGORIES= databases devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://linux.ucla.edu/~dap24/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org USE_LIBTOOL= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes PLIST_SUB= VERSION=${PORTVERSION} .if defined(WITH_PGSQL) LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql7 CONFIGURE_ARGS+= --with-pgsql PLIST_SUB+= WITH_PQ="" .else PLIST_SUB+= WITH_PQ="@comment " .endif .if defined(WITH_MYSQL) LIB_DEPENDS+= mysqlclient:${PORTSDIR}/databases/mysql323-client CONFIGURE_ARGS+= \ --with-mysql \ --with-mysql-incdir=${LOCALBASE}/include \ --with-mysql-libdir=${LOCALBASE}/lib/mysql PLIST_SUB+= WITH_MY="" .else PLIST_SUB+= WITH_MY="@comment " .endif .include id='cgit'>
aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-ApacheBench
Commit message (Expand)AuthorAgeFilesLines
* Dominic is a new dad, and will be too busy for a while to work on ports.linimon2007-09-241-1/+1
* SHA256ifyedwin2006-01-241-0/+1
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-4/+4
* search.cpan.org redirect reduction canonicalization project, pass 1:fenner2005-09-221-1/+1
* - update to 0.63clsung2005-02-242-4/+3
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
* utilize SITE_PERLijliao2003-10-241-12/+12
* De-pkg-comment.knu2003-02-212-1/+1