freebsd-ports/security/p5-GSSAPI/Makefile

24 lines
452 B
Makefile
Raw Normal View History

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= GSSAPI
2010-06-04 03:09:41 +02:00
PORTVERSION= 0.28
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= LWP/AGROLMS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
2006-04-08 16:09:59 +02:00
COMMENT= Perl extension providing access to the GSSAPIv2 library
USES= perl5
USE_PERL5= configure
2006-04-25 08:00:09 +02:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000
BROKEN= Does not work on FreeBSD 7.x
.endif
.include <bsd.port.post.mk>