summaryrefslogtreecommitdiff
path: root/databases/rubygem-discard-rails61/Makefile
blob: a859597a9dc67e62357ffe423cdbf2bb8a1e5f1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	discard
PORTVERSION=	1.3.0
CATEGORIES=	databases rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	-rails61

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Allows marking ActiveRecord objects as discarded
WWW=		https://github.com/jhawthorn/discard

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-activerecord61>=4.2<8:databases/rubygem-activerecord61

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>