4819ca343b
- Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
24 lines
451 B
Makefile
24 lines
451 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= 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>
|