freebsd-ports/textproc/rubygem-fast_xs073/Makefile
Sunpoet Po-Chuan Hsieh 60fee4d444 - Add LICENSE
- Remove NO_LATEST_LINK
- Move PKGNAMESUFFIX upward
- Convert non-ASCII characters to ASCII characters
- Update WWW
2015-04-05 18:24:56 +00:00

24 lines
434 B
Makefile

# Created by: Scott Sanders <scott@jssjr.com>
# $FreeBSD$
PORTNAME= fast_xs
PORTVERSION= 0.7.3
PORTEPOCH= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 073
MAINTAINER= ruby@FreeBSD.org
COMMENT= Systems integration framework. Expander
LICENSE= MIT
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>