35 lines
704 B
Makefile
35 lines
704 B
Makefile
# $OpenBSD: Makefile,v 1.22 2012/08/23 14:54:31 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= Sybase database driver for the DBI module
|
|
|
|
DISTNAME= DBD-Sybase-1.10
|
|
REVISION= 2
|
|
CATEGORIES= databases
|
|
USE_GROFF = Yes
|
|
|
|
# GPL/Artistic License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c m
|
|
|
|
MODULES= devel/gettext \
|
|
cpan
|
|
|
|
LIB_DEPENDS = databases/freetds
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = databases/p5-DBI
|
|
WANTLIB += ct>=3
|
|
|
|
CONFIGURE_ENV+= SYBASE=${LOCALBASE}
|
|
CONFIGURE_ARGS= --chained=y --accept_test_defaults
|
|
|
|
# after building, edit ${WRKSRC}/PWD to point at an available server
|
|
REGRESS_IS_INTERACTIVE= Yes
|
|
|
|
.include <bsd.port.mk>
|