freebsd-ports/security/pear-Auth_HTTP/Makefile
Alex Dupre 4e3717ee4f Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@php.net
2005-12-09 19:24:52 +00:00

28 lines
655 B
Makefile

# Ports collection makefile for: pear-Auth_HTTP
# Date created: 2004-10-25
# Whom: des
#
# $FreeBSD$
#
PORTNAME= Auth_HTTP
PORTVERSION= 2.1.6
CATEGORIES= security www pear
MAINTAINER= antonio@php.net
COMMENT= PEAR HTTP authentication
BUILD_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Auth
FILES= HTTP.php
TESTS= sample.sql test_basic_simple.php test_digest_simple.php \
test_digest_get.php test_digest_post.php
post-extract:
@${MV} ${WRKSRC}/Auth_HTTP.php ${WRKSRC}/${FILES}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>