2013-08-02 20:52:07 +02:00
|
|
|
# Created by: will
|
2001-01-04 00:19:33 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Apache-AuthTicket
|
2011-06-12 21:15:43 +02:00
|
|
|
PORTVERSION= 0.93
|
2015-04-25 18:12:19 +02:00
|
|
|
PORTREVISION= 3
|
2001-01-04 00:19:33 +01:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-01-04 00:19:33 +01:00
|
|
|
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
|
2001-01-04 00:19:33 +01:00
|
|
|
|
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 \
|
2015-04-25 18:12:19 +02:00
|
|
|
p5-CGI>=3.12:${PORTSDIR}/www/p5-CGI \
|
2011-06-12 21:15:43 +02:00
|
|
|
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
|
2001-03-10 04:37:18 +01:00
|
|
|
|
2012-08-18 16:29:08 +02:00
|
|
|
USE_APACHE= 22+
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2001-01-04 00:19:33 +01:00
|
|
|
|
2012-01-01 17:47:41 +01:00
|
|
|
.include <bsd.port.mk>
|