Yuri Victorovich a31a69692d Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org
98 ports are affected.

Approved by:	tcberner (mentor, implicit)
2018-02-25 00:40:37 +00:00

22 lines
395 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= zxing-cpp
PORTVERSION= 0.20161114
DISTVERSIONPREFIX= v
CATEGORIES= textproc
MAINTAINER= yuri@FreeBSD.org
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 iconv
.include <bsd.port.mk>