freebsd-ports/security/p5-AuthCAS/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

28 lines
571 B
Makefile

# Created by: Frank Wall <fw@moov.de>
# $FreeBSD$
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= p5-libwww>=0:www/p5-libwww \
p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 shebangfix
SHEBANG_FILES= sampleCasClient.pl
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>