1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/databases/rubygem-dbi/Makefile

21 lines
434 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= dbi
PORTVERSION= 0.4.5
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Vendor independent interface for accessing databases
RUN_DEPENDS= rubygem-deprecated2>=2.0.1:${PORTSDIR}/devel/rubygem-deprecated2
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/dbi bin/test_broken_dbi
.include <bsd.port.mk>