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

18 lines
325 B
Makefile
Raw Normal View History

2013-06-13 12:24:56 +02:00
# Created by: will
# $FreeBSD$
PORTNAME= Authen-Ticket
PORTVERSION= 0.02
PORTREVISION= 1
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
.include <bsd.port.mk>