df4e1203e4
ok jasper@ (final commit)
22 lines
442 B
Makefile
22 lines
442 B
Makefile
# $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
|
|
|
|
# Artistic/GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
USE_GROFF = Yes
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= security/p5-Digest-HMAC \
|
|
security/p5-GSSAPI
|
|
|
|
.include <bsd.port.mk>
|