freebsd-ports/security/pear-Auth_SASL/Makefile
2014-09-30 15:23:23 +00:00

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>