opnsense-ports/graphics/pear-Image_Barcode/Makefile
Franco Fichtner 538c22e7c3 */*: sync with upstream
Taken from: HardenedBSD
2018-03-09 03:40:20 +01:00

19 lines
456 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= joneum@FreeBSD.org
COMMENT= PEAR class for barcode generation
USE_PHP= gd
USES= pear php
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@${PHP_FLAVOR}
.include <bsd.port.mk>