mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
1a75f2c5ad
- 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)
15 lines
271 B
Makefile
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>
|