freebsd-ports/security/p5-AuthCAS/Makefile
Andrej Zverev 2c59cf34e7 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 17:07:20 +00:00

27 lines
541 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}
USES= perl5
USE_PERL5= configure
MAN3= AuthCAS.3
.include <bsd.port.mk>