20 lines
362 B
Makefile
20 lines
362 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dm-transactions
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Makes transaction support available for adapters that support them
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-dm-core>=${PORTVERSION}:databases/rubygem-dm-core
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|