- 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>
23 lines
456 B
Makefile
23 lines
456 B
Makefile
# 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>
|