e6b77632de
Changes: https://github.com/rubysherpas/paranoia/commits/rails4 Sponsored by: PortsCamp Taiwan
22 lines
456 B
Makefile
22 lines
456 B
Makefile
# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= paranoia
|
|
PORTVERSION= 2.1.5
|
|
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>
|