mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
735053e37f
PR: ports/109496 Submitted by: chinsan (maintainer)
37 lines
803 B
Makefile
37 lines
803 B
Makefile
# New ports collection makefile for: security/p5-GSSAPI
|
|
# Date created: 28 March 2006
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= GSSAPI
|
|
PORTVERSION= 0.24
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= LWP/AGROLMS
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= chinsan@FreeBSD.org
|
|
COMMENT= Perl extension providing access to the GSSAPIv2 library
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= GSSAPI.3 \
|
|
GSSAPI::OID.3 \
|
|
GSSAPI::OID::Set.3 \
|
|
GSSAPI::Status.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
|
|
.endif
|
|
|
|
.if ${OSVERSION} < 500000
|
|
BUILD_DEPENDS+= krb5-config:${PORTSDIR}/security/krb5
|
|
LIB_DEPENDS+= krb5:${PORTSDIR}/security/krb5
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|