freebsd-ports/graphics/pecl-qrencode/Makefile

23 lines
403 B
Makefile
Raw Normal View History

# Created by: vanilla
PORTNAME= qrencode
PORTVERSION= 0.7
2016-08-26 07:52:48 +02:00
DISTVERSIONPREFIX= v
PORTREVISION= 0
CATEGORIES= graphics pear
MAINTAINER= vanilla@FreeBSD.org
COMMENT= PECL extension for generate qrcode
2016-08-26 07:52:48 +02:00
LICENSE= BSD2CLAUSE
2016-08-26 07:52:48 +02:00
LIB_DEPENDS= libqrencode.so:graphics/libqrencode \
2017-12-01 08:19:53 +01:00
libpng.so:graphics/png
USES= php:pecl
2016-08-26 07:52:48 +02:00
USE_GITHUB= yes
GH_ACCOUNT= vanillahsu
GH_PROJECT= pecl-qrencode
.include <bsd.port.mk>