mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -04:00
17 lines
296 B
Makefile
17 lines
296 B
Makefile
# 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>
|