18 lines
241 B
Makefile
18 lines
241 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rqrcode
|
|
PORTVERSION= 0.4.2
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= rpaulo@FreeBSD.org
|
|
COMMENT= Library for encoding QR Codes
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|