aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Auth_SASL2/Makefile
blob: ff1c8434e15aa1c35d982ddbaea4c0093f299f6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	Auth_SASL2
PORTVERSION=	0.2.0
PORTREVISION=	1
CATEGORIES=	security pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Abstraction of various SASL mechanism responses

LICENSE=	BSD3CLAUSE

USES=		pear

NO_ARCH=	yes

.include <bsd.port.mk>