blob: 2a6b5ba67866cd06f16db21dba6badd8d71c3afb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Created by: Frank Wall <fw@moov.de>
PORTNAME= AuthCAS
PORTVERSION= 1.6
PORTREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:OSALAUN
PKGNAMEPREFIX= p5-
MAINTAINER= fw@moov.de
COMMENT= Perl API to Yale's Central Authentication System (CAS)
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \
p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL
USES= perl5 shebangfix
SHEBANG_FILES= sampleCasClient.pl
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|