mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
f75dbe0b3b
- Added License - Add NO_ARCH
21 lines
334 B
Makefile
21 lines
334 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ruby_expect
|
|
PORTVERSION= 1.7.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Simple expect implementation
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_RUBY= yes
|
|
NO_ARCH= yes
|
|
USES= gem shebangfix
|
|
SHEBANG_FILES= bin/setup
|
|
|
|
.include <bsd.port.mk>
|