openbsd-ports/security/pear-Auth-SASL/Makefile
sthen f3c1552e40 update to 1.0.4, security-related (don't seed the random generator
from a randomly generated value); Steve Shockley
2010-03-21 01:18:51 +00:00

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>