opnsense-ports/devel/rubygem-foreigner/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

19 lines
388 B
Makefile

PORTNAME= foreigner
PORTVERSION= 1.7.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Adds foreign key helpers to migrations
WWW= https://github.com/matthuhiggins/foreigner
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activerecord4>=3.0.0:databases/rubygem-activerecord4
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>