forked from Lainports/opnsense-ports
19 lines
384 B
Makefile
19 lines
384 B
Makefile
PORTNAME= paranoia
|
|
PORTVERSION= 2.6.3
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Soft deletion mapper for activerecord
|
|
WWW= https://github.com/rubysherpas/paranoia
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activerecord60>=5.1<7.2:databases/rubygem-activerecord60
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|