diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-08 13:21:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-08 13:21:05 +0800 |
commit | c33ef9d3fc489448daddbcb46f66088c79edd7ca (patch) | |
tree | dcfa3c543d3cab0b34640f4328e4904c13774e98 /databases | |
parent | 928003da9b92018815a9c930e28abb6464a3837b (diff) | |
download | freebsd-ports-gnome-c33ef9d3fc489448daddbcb46f66088c79edd7ca.tar.gz freebsd-ports-gnome-c33ef9d3fc489448daddbcb46f66088c79edd7ca.tar.zst freebsd-ports-gnome-c33ef9d3fc489448daddbcb46f66088c79edd7ca.zip |
- Fix RUN_DEPENDS
- Add LICENSE
- Remove leading indefinite article from COMMENT
- Bump PORTREVISION for dependency change
Diffstat (limited to 'databases')
-rw-r--r-- | databases/rubygem-dm-core/Makefile | 8 |
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 |