2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2013/03/11 11:41:26 espie Exp $
|
2004-06-20 13:42:25 -04:00
|
|
|
|
2007-09-15 19:29:57 -04:00
|
|
|
COMMENT= perl interface to the SASL auth framework
|
2004-06-20 13:42:25 -04:00
|
|
|
|
2007-01-15 12:40:09 -05:00
|
|
|
MODULES= cpan
|
2008-09-01 03:17:38 -04:00
|
|
|
DISTNAME= Authen-SASL-2.12
|
2010-12-03 06:46:46 -05:00
|
|
|
REVISION= 0
|
2007-01-15 12:40:09 -05:00
|
|
|
CATEGORIES= security
|
2004-06-20 13:42:25 -04:00
|
|
|
|
2006-05-07 17:24:37 -04:00
|
|
|
# Artistic/GPL
|
2004-06-20 13:42:25 -04:00
|
|
|
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
|
|
|
|
2004-06-20 13:42:25 -04:00
|
|
|
.include <bsd.port.mk>
|