diff options
Diffstat (limited to 'databases/rubygem-dm-constraints/Makefile')
-rw-r--r-- | databases/rubygem-dm-constraints/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/rubygem-dm-constraints/Makefile b/databases/rubygem-dm-constraints/Makefile index 8bba15024fb0..32e2876b2249 100644 --- a/databases/rubygem-dm-constraints/Makefile +++ b/databases/rubygem-dm-constraints/Makefile @@ -2,13 +2,16 @@ PORTNAME= dm-constraints PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= databases rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= DataMapper plugin constraining relationships -RUN_DEPENDS= rubygem-dm-migrations>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-migrations +LICENSE= MIT + +RUN_DEPENDS= rubygem-dm-core>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-dm-core USE_RUBY= yes USE_RUBYGEMS= yes |