mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
21 lines
431 B
Makefile
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>
|