freebsd-ports/databases/rubygem-dm-observer/Makefile
Sunpoet Po-Chuan Hsieh 8918ad5a85 - Add LICENSE
2015-05-27 17:53:54 +00:00

20 lines
406 B
Makefile

# Created by: Ryan Steinmetz <rpsfa@rit.edu>
# $FreeBSD$
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}:${PORTSDIR}/databases/rubygem-dm-core
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>