aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-GSSAPI/Makefile
blob: 505a90a10e67de58335273a82b842cce277ef0e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$

PORTNAME=   GSSAPI
PORTVERSION=    0.28
PORTREVISION=   1
CATEGORIES= security perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= LWP/AGROLMS
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Perl extension providing access to the GSSAPIv2 library

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>