diff options
Diffstat (limited to 'graphics/pear-Image_Barcode2/Makefile')
-rw-r--r-- | graphics/pear-Image_Barcode2/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/graphics/pear-Image_Barcode2/Makefile b/graphics/pear-Image_Barcode2/Makefile new file mode 100644 index 000000000000..778ca7ad1612 --- /dev/null +++ b/graphics/pear-Image_Barcode2/Makefile @@ -0,0 +1,26 @@ +# 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> |