17 lines
301 B
Makefile
17 lines
301 B
Makefile
# $OpenBSD: Makefile,v 1.11 2013/03/11 11:41:27 espie Exp $
|
|
|
|
COMMENT= abstraction of various SASL mechanism responses
|
|
|
|
V= 1.0.4
|
|
DISTNAME= Auth_SASL-${V}
|
|
PKGNAME= pear-Auth-SASL-${V}
|
|
REVISION= 0
|
|
CATEGORIES= security
|
|
|
|
MODULES= www/pear
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|