1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/databases/rubygem-dm-observer/Makefile
2021-04-06 16:31:07 +02:00

21 lines
366 B
Makefile

# Created by: Ryan Steinmetz <rpsfa@rit.edu>
PORTNAME= dm-observer
PORTVERSION= 1.2.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= DataMapper plugin for observing Resources
LICENSE= MIT
RUN_DEPENDS= rubygem-dm-core>=${PORTVERSION}:databases/rubygem-dm-core
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>