mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
91a1caa242
Hope to see you back! Thank for all the work!
20 lines
448 B
Makefile
20 lines
448 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= ports@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:${PORTSDIR}/devel/pear-PHP_Compat
|
|
|
|
.include <bsd.port.mk>
|