forked from Lainports/freebsd-ports
If required upgraded version to work correctly with rails50. Fixed some cosmetic issue to make portlint happy. Reviewed by: sunpoet Differential Revision: https://reviews.freebsd.org/D18957
22 lines
416 B
Makefile
22 lines
416 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= seed-fu
|
|
PORTVERSION= 2.3.9
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Library to maintain seed datas
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activerecord50>=3.1:databases/rubygem-activerecord50 \
|
|
rubygem-activesupport50>=3.1:devel/rubygem-activesupport50
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|