View | Details | Raw Unified | Return to bug 202444
Collapse All | Expand All

(-)www/rubygem-acts-as-taggable-on3/Makefile (-2 / +2 lines)
Lines 4-10 Link Here
4
PORTVERSION=	3.5.0
4
PORTVERSION=	3.5.0
5
CATEGORIES=	www rubygems
5
CATEGORIES=	www rubygems
6
MASTER_SITES=	RG
6
MASTER_SITES=	RG
7
PKGNAMESUFFIX=	3
7
PKGNAMESUFFIX?=	3
8
8
9
MAINTAINER=	ruby@FreeBSD.org
9
MAINTAINER=	ruby@FreeBSD.org
10
COMMENT=	Tag a single model on several contexts
10
COMMENT=	Tag a single model on several contexts
Lines 11-17 Link Here
11
11
12
LICENSE=	MIT
12
LICENSE=	MIT
13
13
14
RUN_DEPENDS=	rubygem-activerecord4>=4.1.6:${PORTSDIR}/databases/rubygem-activerecord4
14
RUN_DEPENDS?=	rubygem-activerecord4>=4.1.6:${PORTSDIR}/databases/rubygem-activerecord4
15
15
16
NO_ARCH=	yes
16
NO_ARCH=	yes
17
USE_RUBY=	yes
17
USE_RUBY=	yes

Return to bug 202444