mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
442a4ece40
+ changelog: http://pear.php.net/package/Auth_HTTP/download/2.1.6/ + pass maintainership to submitter + update COMMENT PR: 80337 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
29 lines
664 B
Makefile
29 lines
664 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-PEAR/Makefile.common"
|
|
.include <bsd.port.post.mk>
|