2003-12-28 09:56:37 +01:00
|
|
|
# Ports collection makefile for: pear-HTTP_Upload
|
|
|
|
# Date created: 13 December 2003
|
|
|
|
# Whom: Alex Miller (<asm@asm.kiev.ua>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= HTTP_Upload
|
2004-08-11 22:03:02 +02:00
|
|
|
PORTVERSION= 0.9.1
|
2003-12-28 09:56:37 +01:00
|
|
|
CATEGORIES= www devel pear
|
|
|
|
|
2006-09-23 02:23:36 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-12-28 09:56:37 +01:00
|
|
|
COMMENT= Easy and secure managment of files submitted via HTML Forms
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2003-12-28 09:56:37 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2004-04-14 23:54:24 +02:00
|
|
|
CATEGORY= HTTP
|
|
|
|
FILES= Upload.php
|
|
|
|
EXAMPLES= upload_example.php
|
|
|
|
_EXAMPLESDIR= docs
|
|
|
|
|
2003-12-28 09:56:37 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2003-12-28 09:56:37 +01:00
|
|
|
.include <bsd.port.post.mk>
|