freebsd-ports/security/p5-GSSAPI/Makefile
Aaron Dalton f3dc3cb7f9 - Updated from v0.21 to v0.22
Approved by:	tobez (implicit)
2006-05-30 22:26:36 +00:00

33 lines
754 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.22
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/A/AG/AGROLMS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension providing access to the GSSAPIv2 library
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
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
.include <bsd.port.post.mk>