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

32 lines
672 B
Makefile
Raw Normal View History

2010-05-10 08:20:35 -04:00
# $OpenBSD: Makefile,v 1.16 2010/05/10 12:20:35 sthen 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
2007-01-23 17:30:51 -05:00
CATEGORIES= databases
# 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
2006-08-01 18:19:46 -04:00
LIB_DEPENDS= ct.>=3::databases/freetds
2004-01-14 11:05:21 -05:00
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-05-10 08:20:35 -04:00
RUN_DEPENDS= :p5-DBI-*:databases/p5-DBI
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>