freebsd-ports/textproc/rubygem-fast_xs/Makefile
Steve Wills 8d8d2d5c9d - Remove portscout limit which is no longer needed
- Trim header while here
2013-07-02 02:02:58 +00:00

19 lines
382 B
Makefile

# Created by: Scott Sanders <scott@jssjr.com>
# $FreeBSD$
PORTNAME= fast_xs
PORTVERSION= 0.8.0
PORTEPOCH= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A systems integration framework. Expander
RUN_DEPENDS= rubygem-hoe>=2.3.2:${PORTSDIR}/devel/rubygem-hoe
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>