21 lines
411 B
Makefile
21 lines
411 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= seed-fu
|
|
PORTVERSION= 2.3.5
|
|
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-activerecord4>=3.1:databases/rubygem-activerecord4 \
|
|
rubygem-activesupport4>=3.1:devel/rubygem-activesupport4
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|