1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/security/p5-AuthCAS/Makefile
Frederic Culot 7d36eb8fdf - Update to 1.6 [1]
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/AuthCAS/Changes
PR:		ports/172939 [1]
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr>
Approved by:	Frank Wall <fw@moov.de> (maintainer)
Feature safe:	yes
2012-10-26 16:08:41 +00:00

27 lines
527 B
Makefile

# Created by: Frank Wall <fw@moov.de>
# $FreeBSD$
PORTNAME= AuthCAS
PORTVERSION= 1.6
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:OSALAUN
PKGNAMEPREFIX= p5-
MAINTAINER= fw@moov.de
COMMENT= A Perl API to Yale's Central Authentication System (CAS)
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
MAN3= AuthCAS.3
.include <bsd.port.mk>