Tweak security/gnome-gpg version 0.5.0_8
[dports.git] / security / pear-Auth_SASL / Makefile
1 # Created by: Thierry Thomas <thierry@pompo.net>
2 # $FreeBSD$
3
4 PORTNAME=       Auth_SASL
5 PORTVERSION=    1.0.6
6 CATEGORIES=     security www pear
7
8 MAINTAINER=     sunpoet@FreeBSD.org
9 COMMENT=        PEAR abstraction of various SASL mechanism responses
10
11 LICENSE=        BSD3CLAUSE
12
13 BUILD_DEPENDS=  ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
14 RUN_DEPENDS:=   ${BUILD_DEPENDS}
15
16 PEAR_AUTOINSTALL=       yes
17
18 .include <bsd.port.pre.mk>
19 .include "${.CURDIR}/../../devel/pear/bsd.pear.mk"
20 .include <bsd.port.post.mk>