2001-02-03 21:57:50 +01:00
|
|
|
# New ports collection makefile for: p5-Authen-Krb5
|
|
|
|
# Date created: 22 January 2001
|
|
|
|
# Whom: ajk@iu.edu
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Authen-Krb5
|
2006-08-29 17:18:50 +02:00
|
|
|
PORTVERSION= 1.6
|
2001-02-03 21:57:50 +01:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Authen
|
|
|
|
PKGNAMEPREFIX= p5-
|
2005-05-03 13:28:13 +02:00
|
|
|
DISTNAME= Krb5-${PORTVERSION}
|
2001-02-03 21:57:50 +01:00
|
|
|
|
2005-07-11 18:47:16 +02:00
|
|
|
MAINTAINER= garga@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Perl extension for Kerberos 5
|
2001-02-03 21:57:50 +01:00
|
|
|
|
|
|
|
LIB_DEPENDS= gssapi_krb5.2:${PORTSDIR}/security/krb5
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Authen::Krb5.3
|
|
|
|
|
2005-11-09 19:14:43 +01:00
|
|
|
KRB5_HOME?= ${LOCALBASE}
|
2001-02-03 21:57:50 +01:00
|
|
|
|
2006-08-31 17:41:51 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2001-02-03 21:57:50 +01:00
|
|
|
post-patch:
|
2005-11-09 19:14:43 +01:00
|
|
|
@${PERL} -pi -e 's:/usr/local/krb5:${KRB5_HOME}:g; \
|
|
|
|
s:/usr/local:${LOCALBASE}:g;' \
|
2001-02-03 21:57:50 +01:00
|
|
|
${WRKSRC}/Makefile.PL
|
|
|
|
|
2006-08-31 17:41:51 +02:00
|
|
|
.include <bsd.port.post.mk>
|