19 lines
407 B
Makefile
19 lines
407 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= jquery-atwho-rails
|
|
PORTVERSION= 0.4.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= jQuery plugin that implement Github-like mentions
|
|
|
|
RUN_DEPENDS= rubygem-generator_spec>=0:${PORTSDIR}/devel/rubygem-generator_spec \
|
|
rubygem-rspec>=0:${PORTSDIR}/devel/rubygem-rspec
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
.include <bsd.port.mk>
|