1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/www/rubygem-rinku/Makefile
Steve Wills aaec7c5dfa www/rubygem-rinku: create port
A fast and very smart autolinking library that acts as a drop-in replacement
for Rails auto_link

WWW: http://github.com/vmg/rinku
2014-10-06 21:21:29 +00:00

17 lines
323 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= rinku
PORTVERSION= 1.7.3
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Fast and smart autolinking drop-in replacement for Rails auto_link
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>