2013-03-10 22:52:04 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.23 2013/03/11 02:52:06 espie Exp $
|
2004-01-17 10:58:06 -05:00
|
|
|
|
2007-01-23 17:30:51 -05:00
|
|
|
SHARED_ONLY= Yes
|
2003-07-18 20:11:32 -04:00
|
|
|
|
2007-09-15 16:34:00 -04:00
|
|
|
COMMENT= Sybase database driver for the DBI module
|
2003-07-18 20:11:32 -04:00
|
|
|
|
2010-05-10 08:20:35 -04:00
|
|
|
DISTNAME= DBD-Sybase-1.10
|
2012-08-23 10:54:31 -04:00
|
|
|
REVISION= 2
|
2007-01-23 17:30:51 -05:00
|
|
|
CATEGORIES= databases
|
2010-10-18 13:06:05 -04:00
|
|
|
USE_GROFF = Yes
|
2003-07-18 20:11:32 -04:00
|
|
|
|
|
|
|
# GPL/Artistic License
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2012-08-23 10:54:31 -04:00
|
|
|
WANTLIB= c m
|
2009-03-15 07:45:08 -04:00
|
|
|
|
|
|
|
MODULES= devel/gettext \
|
|
|
|
cpan
|
2005-05-31 12:07:54 -04:00
|
|
|
|
2010-11-14 19:22:45 -05:00
|
|
|
LIB_DEPENDS = databases/freetds
|
2010-11-06 18:50:02 -04:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
2010-11-14 19:22:45 -05:00
|
|
|
RUN_DEPENDS = databases/p5-DBI
|
|
|
|
WANTLIB += ct>=3
|
2003-07-18 20:11:32 -04:00
|
|
|
|
|
|
|
CONFIGURE_ENV+= SYBASE=${LOCALBASE}
|
2010-05-10 08:20:35 -04:00
|
|
|
CONFIGURE_ARGS= --chained=y --accept_test_defaults
|
2003-07-18 20:11:32 -04:00
|
|
|
|
2010-05-10 08:20:35 -04:00
|
|
|
# after building, edit ${WRKSRC}/PWD to point at an available server
|
2013-03-10 22:52:04 -04:00
|
|
|
TEST_IS_INTERACTIVE= Yes
|
2004-07-20 03:46:18 -04:00
|
|
|
|
2003-07-18 20:11:32 -04:00
|
|
|
.include <bsd.port.mk>
|