aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-paranoia/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-23 18:27:36 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-23 18:27:36 +0000
commit6a31a241ff9d5b9abc49dc50131410889fb42081 (patch)
tree47ed42d4955f88335464b038636ca2be208e18c1 /databases/rubygem-paranoia/Makefile
parent0c3b9ecba61a329c84140fc11c4d6049eb51fdb4 (diff)
downloadports-6a31a241ff9d5b9abc49dc50131410889fb42081.tar.gz
ports-6a31a241ff9d5b9abc49dc50131410889fb42081.zip
- Add rubygem-paranoia 2.1.3
- While I'm here: - Add LICENSE - Update WWW Paranoia adds soft deletion feature for activerecord. WWW: https://github.com/rubysherpas/paranoia PR: 203408 Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de>
Notes
Notes: svn path=/head/; revision=402301
Diffstat (limited to 'databases/rubygem-paranoia/Makefile')
-rw-r--r--databases/rubygem-paranoia/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/databases/rubygem-paranoia/Makefile b/databases/rubygem-paranoia/Makefile
new file mode 100644
index 000000000000..e1d1f4bcc986
--- /dev/null
+++ b/databases/rubygem-paranoia/Makefile
@@ -0,0 +1,22 @@
+# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
+# $FreeBSD$
+
+PORTNAME= paranoia
+PORTVERSION= 2.1.3
+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>=0:${PORTSDIR}/databases/rubygem-activerecord4
+
+NO_ARCH= yes
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>