summaryrefslogtreecommitdiff
path: root/databases/rubygem-dm-core
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-08 05:21:05 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-08 05:21:05 +0000
commit21b9c53a21a0e2c057de11ad25ee1449c80aa56c (patch)
treedcfa3c543d3cab0b34640f4328e4904c13774e98 /databases/rubygem-dm-core
parent- Add rubygem-toml 0.1.1 (diff)
- Fix RUN_DEPENDS
- Add LICENSE - Remove leading indefinite article from COMMENT - Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=353272
Diffstat (limited to 'databases/rubygem-dm-core')
-rw-r--r--databases/rubygem-dm-core/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/rubygem-dm-core/Makefile b/databases/rubygem-dm-core/Makefile
index 774d5263cabe..54679bac04b5 100644
--- a/databases/rubygem-dm-core/Makefile
+++ b/databases/rubygem-dm-core/Makefile
@@ -3,14 +3,16 @@
PORTNAME= dm-core
PORTVERSION= 1.2.1
+PORTREVISION= 1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
-COMMENT= An Object/Relational Mapper for Ruby
+COMMENT= Object/Relational Mapper for Ruby
-RUN_DEPENDS= rubygem-extlib>=0.9.15:${PORTSDIR}/devel/rubygem-extlib \
- rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable
USE_RUBY= yes
USE_RUBYGEMS= yes