1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/databases/rubygem-paranoia/Makefile
2021-04-06 16:31:07 +02:00

22 lines
404 B
Makefile

# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
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>