mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
58a8f56e1c
Reviewed by: swills (mentor), tz (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D14975
28 lines
572 B
Makefile
28 lines
572 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= seed-fu
|
|
PORTVERSION= 2.3.6
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 236
|
|
|
|
MAINTAINER= idefix@fechner.net
|
|
COMMENT= Library to maintain seed datas
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
DEPRECATED= Obsoleted by update of www/gitlab. Please use databases/rubygem-seed-fu
|
|
EXPIRATION_DATE= 2018-04-30
|
|
|
|
RUN_DEPENDS= rubygem-activerecord4>=3.1:databases/rubygem-activerecord4 \
|
|
rubygem-activesupport4>=3.1:devel/rubygem-activesupport4
|
|
|
|
PORTSCOUT= limit:^2\.3\.6
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|