aboutsummaryrefslogtreecommitdiffstats
path: root/www/pear-HTTP_Upload/Makefile
blob: 11bd0992ee655017c99d395ecf68539a3f8905b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Ports collection makefile for:  pear-HTTP_Upload
# Date created:           13 December 2003
# Whom:               Alex Miller (<asm@asm.kiev.ua>)
#
# $FreeBSD$
#

PORTNAME=   HTTP_Upload
PORTVERSION=    0.9.1
CATEGORIES= www devel pear

MAINTAINER= ports@FreeBSD.org
COMMENT=    Easy and secure managment of files submitted via HTML Forms

BUILD_DEPENDS=  ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS=    ${BUILD_DEPENDS}

CATEGORY=   HTTP
FILES=      Upload.php
EXAMPLES=   upload_example.php
_EXAMPLESDIR=   docs

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>