mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
aaec7c5dfa
A fast and very smart autolinking library that acts as a drop-in replacement for Rails auto_link WWW: http://github.com/vmg/rinku
17 lines
323 B
Makefile
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>
|