openbsd-ports/security/p5-Authen-SASL/Makefile
jasper fa00105f38 - update p5-Authen-SASL to 2.12
- drop maintainership
2008-09-01 07:17:38 +00:00

20 lines
414 B
Makefile

# $OpenBSD: Makefile,v 1.8 2008/09/01 07:17:38 jasper Exp $
COMMENT= perl interface to the SASL auth framework
MODULES= cpan
DISTNAME= Authen-SASL-2.12
CATEGORIES= security
# Artistic/GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::security/p5-Digest-HMAC \
::security/p5-GSSAPI
.include <bsd.port.mk>