mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
22 lines
359 B
Makefile
22 lines
359 B
Makefile
# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rqrcode-rails3
|
|
PORTVERSION= 0.1.7
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Render QR codes with Rails 3
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-rqrcode>=0.4.2:www/rubygem-rqrcode
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|