2007-04-12 18:59:35 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2007/04/12 18:59:36 jasper Exp $
|
2004-06-20 17:42:25 +00:00
|
|
|
|
|
|
|
COMMENT= "perl interface to the SASL auth framework"
|
|
|
|
|
2007-01-15 17:40:09 +00:00
|
|
|
MODULES= cpan
|
2006-05-07 21:24:37 +00:00
|
|
|
DISTNAME= Authen-SASL-2.10
|
2007-04-12 18:59:35 +00:00
|
|
|
PKGNAME= p5-${DISTNAME}p0
|
2007-01-15 17:40:09 +00:00
|
|
|
CATEGORIES= security
|
2004-06-20 17:42:25 +00:00
|
|
|
|
2007-04-12 18:59:35 +00:00
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
2006-01-14 10:05:10 +00:00
|
|
|
|
2006-05-07 21:24:37 +00:00
|
|
|
# Artistic/GPL
|
2004-06-20 17:42:25 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2006-05-07 21:24:37 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= ::security/p5-Digest-HMAC \
|
|
|
|
::security/p5-GSSAPI
|
|
|
|
|
2004-06-20 17:42:25 +00:00
|
|
|
.include <bsd.port.mk>
|