mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
b1a084f7dc
Allow higher java then 1.6 for the jdbc plugin
19 lines
409 B
Makefile
19 lines
409 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= databases gnome
|
|
PKGNAMESUFFIX= 5-jdbc
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Provides Java DB Connector backend for the libgda5 library
|
|
|
|
MASTERDIR= ${.CURDIR}/../libgda5
|
|
BUILD_WRKSRC= ${WRKSRC}/providers/jdbc
|
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
LIBGDA5_SLAVE= jdbc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|