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

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 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
REVISION= 1
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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2009-03-15 07:45:08 -04:00
WANTLIB= m
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
REGRESS_IS_INTERACTIVE= Yes
2004-07-20 03:46:18 -04:00
.include <bsd.port.mk>