Tweak graphics/pear-Image_Barcode version 1.1.3
[dports.git] / graphics / pear-Image_Barcode / Makefile
1 # Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
2 # $FreeBSD$
3
4 PORTNAME=       Image_Barcode
5 PORTVERSION=    1.1.3
6 CATEGORIES=     graphics www pear
7
8 MAINTAINER=     ports@FreeBSD.org
9 COMMENT=        PEAR class for barcode generation
10
11 USE_PHP=        gd
12 USES=   pear
13
14 OPTIONS_DEFINE=         PEAR_PHP_COMPAT
15 PEAR_PHP_COMPAT_DESC=   PEAR::PHP_Compat support
16
17 PEAR_PHP_COMPAT_RUN_DEPENDS=    ${PEARDIR}/PHP/Compat.php:${PORTSDIR}/devel/pear-PHP_Compat
18
19 .include <bsd.port.mk>