aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Authen-Krb5/Makefile
blob: a84918bbe225cfa2ddf87af2e6c8f2db903db710 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: ajk@iu.edu
# $FreeBSD$

PORTNAME=	Authen-Krb5
PORTVERSION=	1.9
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
DISTNAME=	Krb5-${PORTVERSION}

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl extension for Kerberos 5

LIB_DEPENDS=	krb5.3:${PORTSDIR}/security/krb5

USES=		perl5
USE_PERL5=	configure

MAN3=		Authen::Krb5.3

post-patch:
	@${REINPLACE_CMD} -e 's,/usr,${LOCALBASE},g' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>