1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/graphics/pecl-qrencode/Makefile
2021-04-06 16:31:07 +02:00

23 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>