2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
2006-03-28 11:57:33 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= GSSAPI
|
2010-06-04 03:09:41 +02:00
|
|
|
PORTVERSION= 0.28
|
2006-03-28 11:57:33 +02:00
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2007-02-25 12:50:32 +01:00
|
|
|
MASTER_SITE_SUBDIR= LWP/AGROLMS
|
2006-03-28 11:57:33 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-28 19:37:26 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-04-08 16:09:59 +02:00
|
|
|
COMMENT= Perl extension providing access to the GSSAPIv2 library
|
2006-03-28 11:57:33 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-04-25 08:00:09 +02:00
|
|
|
|
2012-02-15 16:59:49 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 800000
|
|
|
|
BROKEN= Does not work on FreeBSD 7.x
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|