22 lines
360 B
Makefile
22 lines
360 B
Makefile
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||
|
|
||
|
PORTNAME= readline
|
||
|
PORTVERSION= 0.0.3
|
||
|
CATEGORIES= devel rubygems
|
||
|
MASTER_SITES= RG
|
||
|
|
||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||
|
COMMENT= Loader for readline
|
||
|
|
||
|
LICENSE= RUBY
|
||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||
|
|
||
|
RUN_DEPENDS= rubygem-reline>=0:devel/rubygem-reline
|
||
|
|
||
|
USES= gem
|
||
|
USE_RUBY= yes
|
||
|
|
||
|
NO_ARCH= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|