mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
24 lines
396 B
Makefile
24 lines
396 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= faker
|
|
PORTVERSION= 2.14.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Library for generating fake data: names, addresses, phone numbers
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/License.txt
|
|
|
|
RUN_DEPENDS= rubygem-i18n>=1.6,2<2,2:devel/rubygem-i18n
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/faker
|
|
|
|
.include <bsd.port.mk>
|