freebsd-ports/security/p5-Authen-Krb5/Makefile
Mathieu Arnold 4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00

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>