freebsd-ports/databases/rubygem-dm-core/Makefile
Sunpoet Po-Chuan Hsieh 21b9c53a21 - Fix RUN_DEPENDS
- Add LICENSE
- Remove leading indefinite article from COMMENT
- Bump PORTREVISION for dependency change
2014-05-08 05:21:05 +00:00

21 lines
406 B
Makefile

# Created by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
# $FreeBSD$
PORTNAME= dm-core
PORTVERSION= 1.2.1
PORTREVISION= 1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Object/Relational Mapper for Ruby
LICENSE= MIT
RUN_DEPENDS= rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>