17 lines
257 B
Makefile
17 lines
257 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= BSD
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|