openbsd-ports/security/p5-Authen-Krb5-Simple/Makefile

20 lines
430 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.4 2007/09/15 23:29:59 merdely Exp $
COMMENT= Perl module to authenticate against a Kerberos server
SHARED_ONLY= Yes
MODULES= cpan
DISTNAME= Authen-Krb5-Simple-0.31
CATEGORIES= security
MAINTAINER= Stephen Kirkham <sk@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-27 08:28:33 -05:00
WANTLIB= com_err crypto krb5
.include <bsd.port.mk>