mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 09:33:11 -04:00
19 lines
308 B
Makefile
19 lines
308 B
Makefile
PORTNAME= ruby_expect
|
|
PORTVERSION= 1.7.5
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Simple expect implementation
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem shebangfix
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
SHEBANG_FILES= bin/setup
|
|
|
|
.include <bsd.port.mk>
|