openbsd-ports/security/p5-Authen-SASL/Makefile

22 lines
442 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2010/12/03 11:46:46 ajacoutot Exp $
COMMENT= perl interface to the SASL auth framework
MODULES= cpan
DISTNAME= Authen-SASL-2.12
REVISION= 0
CATEGORIES= security
2006-05-07 17:24:37 -04:00
# Artistic/GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-10-18 17:41:44 -04:00
USE_GROFF = Yes
2006-05-07 17:24:37 -04:00
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-20 12:22:40 -05:00
RUN_DEPENDS= security/p5-Digest-HMAC \
security/p5-GSSAPI
2006-05-07 17:24:37 -04:00
.include <bsd.port.mk>