2006-03-28 11:57:33 +02:00
|
|
|
# New ports collection makefile for: security/p5-GSSAPI
|
|
|
|
# Date created: 28 March 2006
|
|
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= GSSAPI
|
2008-03-02 10:03:13 +01:00
|
|
|
PORTVERSION= 0.26
|
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-
|
|
|
|
|
2006-10-03 17:34:44 +02:00
|
|
|
MAINTAINER= chinsan@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
|
|
|
|
2006-04-25 08:00:09 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2007-02-25 12:50:32 +01:00
|
|
|
MAN3= GSSAPI.3 \
|
|
|
|
GSSAPI::OID.3 \
|
|
|
|
GSSAPI::OID::Set.3 \
|
|
|
|
GSSAPI::Status.3
|
2006-03-28 11:57:33 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|