freebsd-ports/security/p5-Authen-Krb5/Makefile
Mathieu Arnold c2f11d94a2 Specify the libkrb5 abi version, otherwise, LIB_DEPEDNS finds it from base, and
hell breaks loose.

Pointy hat to:	bapt (because one has to take the blame)
Sponsored by:	Absolight
2014-07-30 14:24:37 +00:00

22 lines
434 B
Makefile

# 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= libkrb5.so.3:${PORTSDIR}/security/krb5
USES= perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -e 's,/usr,${LOCALBASE},g' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>