blob: 0b29da3c71eadb3996aec32d4273e0f87164283e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $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>
|