diff options
-rw-r--r-- | security/p5-Authen-Ticket/Makefile | 13 | ||||
-rw-r--r-- | security/p5-Authen-Ticket/pkg-plist | 4 |
2 files changed, 7 insertions, 10 deletions
diff --git a/security/p5-Authen-Ticket/Makefile b/security/p5-Authen-Ticket/Makefile index aee77587d5fd..2254753ce224 100644 --- a/security/p5-Authen-Ticket/Makefile +++ b/security/p5-Authen-Ticket/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Authen-Ticket -# Date created: Mon Jan 1 03:55:39 2001 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= Authen-Ticket PORTVERSION= 0.02 @@ -11,9 +7,14 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl module providing the framework for implementing a ticketing system PERL_CONFIGURE= yes +MAN3= Authen::Ticket.3 \ + Authen::Ticket::Client.3 \ + Authen::Ticket::Server.3 \ + Authen::Ticket::Signature.3 + .include <bsd.port.mk> diff --git a/security/p5-Authen-Ticket/pkg-plist b/security/p5-Authen-Ticket/pkg-plist index 116e93cfb387..e759bb433980 100644 --- a/security/p5-Authen-Ticket/pkg-plist +++ b/security/p5-Authen-Ticket/pkg-plist @@ -1,7 +1,3 @@ -lib/perl5/%%PERL_VERSION%%/man/man3/Authen::Ticket.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Authen::Ticket::Client.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Authen::Ticket::Server.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Authen::Ticket::Signature.3 %%SITE_PERL%%/Authen/Ticket.pm %%SITE_PERL%%/Authen/Ticket/Client.pm %%SITE_PERL%%/Authen/Ticket/Server.pm |