freebsd-ports/graphics/pear-Image_Barcode2/Makefile
Martin Wilke e96307370b With PEAR::Image_Barcode2 class you can create a barcode representation of a
given string.

This class uses GD function because this the generated graphic can be any of
GD supported image types.

WWW: http://pear.php.net/package/Image_Barcode2/

PR:		ports/166979
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2012-05-18 09:25:43 +00:00

26 lines
594 B
Makefile

# Ports collection makefile for: pear-Image_Barcode2
# Date created: 16 Apr 2012
# Whom: Muhammad Moinur Rahman <5u623l20@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Image_Barcode2
PORTVERSION= 0.2.1
CATEGORIES= graphics www pear
MAINTAINER= 5u623l20@gmail.com
COMMENT= PEAR class for barcode generation
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= gd
LATEST_LINK= pear-${PORTNAME}
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>