freebsd-ports/graphics/pecl-qrencode/Makefile
2021-04-06 16:31:07 +02:00

22 lines
403 B
Makefile

# Created by: vanilla
PORTNAME= qrencode
PORTVERSION= 0.7
DISTVERSIONPREFIX= v
PORTREVISION= 0
CATEGORIES= graphics pear
MAINTAINER= vanilla@FreeBSD.org
COMMENT= PECL extension for generate qrcode
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>