aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Authen-Ticket/Makefile
blob: 6c4d10a5d8fdedcb1a629dfca3b807193348f334 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: will
# $FreeBSD$

PORTNAME=	Authen-Ticket
PORTVERSION=	0.02
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl module providing the framework for implementing a ticketing system

USES=		perl5
USE_PERL5=	configure

MAN3=	Authen::Ticket.3 \
	Authen::Ticket::Client.3 \
	Authen::Ticket::Server.3 \
	Authen::Ticket::Signature.3

NO_STAGE=	yes
.include <bsd.port.mk>