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

26 lines
593 B
Makefile
Raw Normal View History

# New ports collection makefile for: Apache-AuthenURL
# Date created: Sun Dec 31 20:08:48 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= Apache-AuthenURL
2006-04-23 09:39:05 +02:00
PORTVERSION= 2.05
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
2006-04-23 09:39:05 +02:00
MAINTAINER= perl@FreeBSD.org
2003-02-20 20:21:36 +01:00
COMMENT= Apache/mod_perl module to handle auth against external URLs
2006-04-23 09:39:05 +02:00
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
2006-04-23 09:39:05 +02:00
MAN3= Apache::AuthenURL.3 Apache::AuthenURL::Cache.3
.include <bsd.port.mk>