21 lines
434 B
Makefile
21 lines
434 B
Makefile
# New ports collection makefile for: Authen-Ticket
|
|
# Date created: Mon Jan 1 03:55:39 2001
|
|
# Whom: will
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Authen-Ticket
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Authen
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl module providing the framework for implementing a ticketing system
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|