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

19 lines
360 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.12 2013/03/11 11:41:26 espie 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
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>