freebsd-ports/security/pear-Auth_SASL/Makefile
Sunpoet Po-Chuan Hsieh 77a41ef2cb - Add NO_ARCH
2015-07-12 16:07:05 +00:00

19 lines
400 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:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= pear
.include <bsd.port.mk>