opnsense-ports/security/pear-Auth_SASL/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

19 lines
376 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= pear-Auth>=0:security/pear-Auth
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= pear
.include <bsd.port.mk>