blob: 71a84982a8a894e08da1d9b2e6d8c334256d4289 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>
|