opnsense-ports/databases/rubygem-dm-transactions/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

18 lines
387 B
Makefile

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
WWW= https://github.com/datamapper/dm-transactions
LICENSE= MIT
RUN_DEPENDS= rubygem-dm-core>=${PORTVERSION}:databases/rubygem-dm-core
NO_ARCH= yes
USES= gem
.include <bsd.port.mk>