1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

- Add rubygem-paranoia-rails41 2.1.3

Paranoia adds soft deletion feature for activerecord.

WWW: https://github.com/rubysherpas/paranoia

PR:		203408
Submitted by:	Torsten Zuhlsdorff <ports@toco-domains.de>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-11-23 18:27:58 +00:00
parent 6a31a241ff
commit d0cc54db46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402302
2 changed files with 11 additions and 0 deletions

View File

@ -892,6 +892,7 @@
SUBDIR += rubygem-mysql2
SUBDIR += rubygem-openid-redis-store
SUBDIR += rubygem-paranoia
SUBDIR += rubygem-paranoia-rails41
SUBDIR += rubygem-pg
SUBDIR += rubygem-rbase
SUBDIR += rubygem-redis

View File

@ -0,0 +1,10 @@
# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
# $FreeBSD$
PKGNAMESUFFIX= -rails41
RUN_DEPENDS= rubygem-activerecord41>=0:${PORTSDIR}/databases/rubygem-activerecord41
MASTERDIR= ${.CURDIR}/../rubygem-paranoia
.include "${MASTERDIR}/Makefile"