aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Authen-Ticket/Makefile
blob: 552d31d0f492570c24ffa410255924c7f897ad5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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

.include <bsd.port.mk>