mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
22 lines
482 B
Makefile
22 lines
482 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= cucumber-create-meta
|
|
PORTVERSION= 6.0.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Produce the meta message for Cucumber Ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-cucumber-messages>=17.1.1<18:devel/rubygem-cucumber-messages \
|
|
rubygem-sys-uname>=1.2.2<2:sysutils/rubygem-sys-uname
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|