18 lines
425 B
Makefile
18 lines
425 B
Makefile
# Created by: Thierry Thomas <thierry@pompo.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Auth_SASL
|
|
PORTVERSION= 1.0.6
|
|
CATEGORIES= security www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PEAR abstraction of various SASL mechanism responses
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
|
|
RUN_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|