mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
cd20502b60
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => HTTP-1.4.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/HTTP-1.4.1.tgz fetch: http://pear.php.net/get/HTTP-1.4.1.tgz: size mismatch: expected 8635, actual 8772 Reference: https://people.FreeBSD.org/~sunpoet/checksum/HTTP-1.4.1.tgz [1] Approved by: portmgr (blanket)
14 lines
232 B
Makefile
14 lines
232 B
Makefile
# Created by: Alex Miller (<asm@asm.kiev.ua>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTTP
|
|
PORTVERSION= 1.4.1
|
|
CATEGORIES= www devel pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR miscellaneous HTTP utilities
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|