mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
23 lines
403 B
Makefile
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>
|