diff options
Diffstat (limited to 'databases/rubygem-dm-core')
-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 |