ports/graphics/pecl-qrencode/Makefile
2023-05-28 07:18:20 +08:00

21 lines
431 B
Makefile

PORTNAME= qrencode
PORTVERSION= 0.11
DISTVERSIONPREFIX= v
PORTREVISION= 0
CATEGORIES= graphics pear
MAINTAINER= vanilla@FreeBSD.org
COMMENT= PECL extension for generate qrcode
WWW= https://github.com/vanillahsu/pecl-qrencode
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libqrencode.so:graphics/libqrencode \
libpng.so:graphics/png
USES= php:pecl
USE_GITHUB= yes
GH_ACCOUNT= vanillahsu
GH_PROJECT= pecl-qrencode
.include <bsd.port.mk>