aboutsummaryrefslogtreecommitdiff
path: root/www/pear-HTTP_Upload/Makefile
blob: c46867a1d8b577eec803e84d106f9e45e0a0e041 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	HTTP_Upload
PORTVERSION=	0.9.1
CATEGORIES=	www devel pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Easy and secure management of files submitted via HTML Forms
WWW=		https://pear.php.net/package/HTTP_Upload

LICENSE=	LGPL3

USES=		pear

NO_ARCH=	yes

.include <bsd.port.mk>