f3c1552e40
from a randomly generated value); Steve Shockley
19 lines
365 B
Makefile
19 lines
365 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/03/21 01:18:51 sthen Exp $
|
|
|
|
COMMENT= abstraction of various SASL mechanism responses
|
|
|
|
V= 1.0.4
|
|
DISTNAME= Auth_SASL-${V}
|
|
PKGNAME= pear-Auth-SASL-${V}
|
|
CATEGORIES= security
|
|
|
|
MODULES= www/pear
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|