freebsd-ports/graphics/pecl-qrencode/Makefile

26 lines
453 B
Makefile
Raw Normal View History

# Created by: vanilla
# $FreeBSD$
PORTNAME= qrencode
2016-08-26 18:27:10 +02:00
PORTVERSION= 0.6
2016-08-26 07:52:48 +02:00
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= graphics pear
PKGNAMEPREFIX= pecl-
DIST_SUBDIR= PECL
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
2016-08-26 07:52:48 +02:00
USES= php:ext
USE_GITHUB= yes
GH_ACCOUNT= vanillahsu
GH_PROJECT= pecl-qrencode
.include <bsd.port.mk>