35 lines
706 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.21 2010/12/03 11:44:24 ajacoutot Exp $
2007-01-23 22:30:51 +00:00
SHARED_ONLY= Yes
COMMENT= Sybase database driver for the DBI module
2010-05-10 12:20:35 +00:00
DISTNAME= DBD-Sybase-1.10
REVISION= 1
2007-01-23 22:30:51 +00:00
CATEGORIES= databases
2010-10-18 17:06:05 +00:00
USE_GROFF = Yes
# GPL/Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2009-03-15 11:45:08 +00:00
WANTLIB= m
MODULES= devel/gettext \
cpan
2005-05-31 16:07:54 +00:00
LIB_DEPENDS = databases/freetds
2010-11-06 22:50:02 +00:00
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = databases/p5-DBI
WANTLIB += ct>=3
CONFIGURE_ENV+= SYBASE=${LOCALBASE}
2010-05-10 12:20:35 +00:00
CONFIGURE_ARGS= --chained=y --accept_test_defaults
2010-05-10 12:20:35 +00:00
# after building, edit ${WRKSRC}/PWD to point at an available server
REGRESS_IS_INTERACTIVE= Yes
2004-07-20 07:46:18 +00:00
.include <bsd.port.mk>