freebsd-ports/security/pear-Auth_HTTP/Makefile

29 lines
657 B
Makefile
Raw Normal View History

2004-10-25 15:28:19 +02:00
# Ports collection makefile for: pear-Auth_HTTP
# Date created: 2004-10-25
# Whom: des
#
# $FreeBSD$
#
PORTNAME= Auth_HTTP
PORTVERSION= 2.1.6
2004-10-25 15:28:19 +02:00
CATEGORIES= security www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR HTTP authentication
2004-10-25 15:28:19 +02:00
BUILD_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
2004-10-25 15:28:19 +02:00
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}
2004-10-25 15:28:19 +02:00
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
2004-10-25 15:28:19 +02:00
.include <bsd.port.post.mk>