Changes: https://github.com/rubysherpas/paranoia/releases https://github.com/rubysherpas/paranoia/blob/core/CHANGELOG.md https://github.com/rubysherpas/paranoia/commits/core
21 lines
410 B
Makefile
21 lines
410 B
Makefile
# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
|
|
|
|
PORTNAME= paranoia
|
|
PORTVERSION= 2.6.0
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Soft deletion mapper for activerecord
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activerecord60>=5.1<7.1:databases/rubygem-activerecord60
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|