openbsd-ports/databases/p5-DBD-Sybase/Makefile

32 lines
623 B
Makefile
Raw Normal View History

2013-03-10 22:52:04 -04:00
# $OpenBSD: Makefile,v 1.23 2013/03/11 02:52:06 espie Exp $
2007-01-23 17:30:51 -05:00
SHARED_ONLY= Yes
COMMENT= Sybase database driver for the DBI module
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
# 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
LIB_DEPENDS = databases/freetds
2010-11-06 18:50:02 -04:00
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = databases/p5-DBI
WANTLIB += ct>=3
CONFIGURE_ENV+= SYBASE=${LOCALBASE}
2010-05-10 08:20:35 -04:00
CONFIGURE_ARGS= --chained=y --accept_test_defaults
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
.include <bsd.port.mk>