fa00105f38
- drop maintainership
20 lines
414 B
Makefile
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>
|