freebsd-ports/security/p5-Authen-Ticket/Makefile

22 lines
420 B
Makefile
Raw Normal View History

2013-06-13 12:24:56 +02:00
# Created by: will
# $FreeBSD$
PORTNAME= Authen-Ticket
PORTVERSION= 0.02
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
2013-06-13 12:24:56 +02:00
MAINTAINER= perl@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Perl module providing the framework for implementing a ticketing system
USES= perl5
USE_PERL5= configure
2013-06-13 12:24:56 +02:00
MAN3= Authen::Ticket.3 \
Authen::Ticket::Client.3 \
Authen::Ticket::Server.3 \
Authen::Ticket::Signature.3
.include <bsd.port.mk>