freebsd-ports/security/p5-Authen-Krb5/Makefile

23 lines
434 B
Makefile
Raw Normal View History

# Created by: ajk@iu.edu
# $FreeBSD$
PORTNAME= Authen-Krb5
2010-01-11 02:57:39 +01:00
PORTVERSION= 1.9
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= Krb5-${PORTVERSION}
2007-03-13 17:45:20 +01:00
MAINTAINER= perl@FreeBSD.org
2003-02-21 14:28:59 +01:00
COMMENT= Perl extension for Kerberos 5
LIB_DEPENDS= libkrb5.so.3:${PORTSDIR}/security/krb5
USES= perl5
USE_PERL5= configure
post-patch:
2008-10-07 00:49:40 +02:00
@${REINPLACE_CMD} -e 's,/usr,${LOCALBASE},g' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>