mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
17 lines
345 B
Makefile
17 lines
345 B
Makefile
# $FreeBSD: head/textproc/rubygem-ruby_expect/Makefile 438494 2017-04-14 07:30:02Z miwi $
|
|
|
|
PORTNAME= ruby_expect
|
|
PORTVERSION= 1.7.4
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Simple expect implementation
|
|
|
|
USE_RUBY= yes
|
|
NO_ARCH= yes
|
|
USES= gem shebangfix
|
|
SHEBANG_FILES= bin/setup
|
|
|
|
.include <bsd.port.mk>
|