Changes: https://github.com/rubysherpas/paranoia/releases https://github.com/rubysherpas/paranoia/blob/core/CHANGELOG.md
22 lines
416 B
Makefile
22 lines
416 B
Makefile
# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= paranoia
|
|
PORTVERSION= 2.4.2
|
|
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-activerecord4>=4.0:databases/rubygem-activerecord4
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|