509b364c73
System (CAS). Only a basic Perl library is provided with CAS whereas AuthCAS is a full object-oriented library. WWW: http://cpan.uwinnipeg.ca/dist/AuthCAS PR: ports/136956 Submitted by: Frank Wall <fw at moov.de>
23 lines
573 B
Makefile
23 lines
573 B
Makefile
# New ports collection makefile for: p5-AuthCAS
|
|
# Date created: Mon Jul 20 17:25:19 CEST 2009
|
|
# Whom: Frank Wall <fw@moov.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= AuthCAS
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= http://cpan.uwinnipeg.ca/cpan/authors/id/O/OS/OSALAUN/ \
|
|
ftp://cpan.mirror.iphh.net/pub/CPAN/authors/id/O/OS/OSALAUN/ \
|
|
http://cpan.mirror.iphh.net/authors/id/O/OS/OSALAUN/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= fw@moov.de
|
|
COMMENT= A Perl API to Yale's Central Authentication System (CAS)
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= AuthCAS.3
|
|
|
|
.include <bsd.port.mk>
|