27c0df5092
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => HTTP_Upload-0.9.1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/HTTP_Upload-0.9.1.tgz fetch: http://pear.php.net/get/HTTP_Upload-0.9.1.tgz: size mismatch: expected 9460, actual 9443 Reference: https://people.FreeBSD.org/~sunpoet/checksum/HTTP_Upload-0.9.1.tgz [1] Approved by: portmgr (blanket)
13 lines
266 B
Makefile
13 lines
266 B
Makefile
# Created by: Alex Miller (<asm@asm.kiev.ua>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTTP_Upload
|
|
PORTVERSION= 0.9.1
|
|
CATEGORIES= www devel pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Easy and secure management of files submitted via HTML Forms
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|