1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/graphics/pear-Image_Barcode2/Makefile
Sunpoet Po-Chuan Hsieh 1a75f2c5ad Update distinfo and unbreak this port
- While I'm here:
  - Add USES=php
  - Fix indent

Content of tarballs are unchanged (checked against [1]).

=> Image_Barcode2-0.2.3.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Image_Barcode2-0.2.3.tgz
fetch: http://pear.php.net/get/Image_Barcode2-0.2.3.tgz: size mismatch: expected 15879, actual 16244

Reference:	https://people.FreeBSD.org/~sunpoet/checksum/Image_Barcode2-0.2.3.tgz [1]
Approved by:	portmgr (blanket)
2017-06-11 07:39:36 +00:00

15 lines
271 B
Makefile

# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
# $FreeBSD$
PORTNAME= Image_Barcode2
PORTVERSION= 0.2.3
CATEGORIES= graphics www pear
MAINTAINER= bofh@FreeBSD.org
COMMENT= PEAR class for barcode generation
USE_PHP= gd
USES= pear php
.include <bsd.port.mk>