mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
38fbd0c3c7
With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
26 lines
487 B
Makefile
26 lines
487 B
Makefile
# Ports collection makefile for: rubygem-fast_xs
|
|
# Date created: 13 Dec 2011
|
|
# Whom: Scott Sanders <scott@jssjr.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fast_xs
|
|
PORTVERSION= 0.7.3
|
|
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
|
|
|
|
PORTSCOUT= limit:^0.7
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|