forked from Lainports/freebsd-ports
21 lines
445 B
Makefile
21 lines
445 B
Makefile
PORTNAME= seed-fu
|
|
PORTVERSION= 2.3.9
|
|
PORTREVISION= 4
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Library to maintain seed data
|
|
WWW= https://github.com/mbleigh/seed-fu
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activerecord70>=3.1:databases/rubygem-activerecord70 \
|
|
rubygem-activesupport70>=3.1:devel/rubygem-activesupport70
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|