aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/zxing-cpp/Makefile
blob: bb15a44a31d01aea3bbf1c3c70eb9cea863efcd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$

PORTNAME=   zxing-cpp
PORTVERSION=    0.20161114
DISTVERSIONPREFIX=  v
CATEGORIES= textproc

MAINTAINER= yuri@rawbw.com
COMMENT=    ZXing C++ Library for QR code recognition

LICENSE=    APACHE20
LICENSE_FILE=   ${WRKSRC}/COPYING

USE_GITHUB= yes
GH_ACCOUNT= glassechidna
GH_TAGNAME= 97e9c5c

USES=       cmake:outsource gmake iconv

.include <bsd.port.mk>