opnsense-ports/graphics/pear-Image_Barcode/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

19 lines
435 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= Image_Barcode
PORTVERSION= 1.1.3
CATEGORIES= graphics www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR class for barcode generation
USE_PHP= gd
USES= pear
OPTIONS_DEFINE= PEAR_PHP_COMPAT
PEAR_PHP_COMPAT_DESC= PEAR::PHP_Compat support
PEAR_PHP_COMPAT_RUN_DEPENDS= ${PEARDIR}/PHP/Compat.php:devel/pear-PHP_Compat
.include <bsd.port.mk>