freebsd-ports/www/p5-Apache-AuthTicket/Makefile

28 lines
813 B
Makefile
Raw Normal View History

# Created by: will
# $FreeBSD$
PORTNAME= Apache-AuthTicket
PORTVERSION= 0.93
PORTREVISION= 3
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
2006-04-22 18:26:11 +02:00
MAINTAINER= perl@FreeBSD.org
2003-02-20 20:21:36 +01:00
COMMENT= Perl modules that implement a cookie-based authentication system
2012-06-07 21:29:57 +02:00
BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2
RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \
p5-CGI>=3.12:${PORTSDIR}/www/p5-CGI \
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \
p5-ModPerl-VersionUtil>=0:${PORTSDIR}/www/p5-ModPerl-VersionUtil \
p5-SQL-Abstract>=0:${PORTSDIR}/databases/p5-SQL-Abstract
USE_APACHE= 22+
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>