Prune www/mod_log_mysql
[dports.git] / security / p5-Authen-Simple-HTTP / Makefile
1 # Created by: Aaron Dalton <aaron@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Authen-Simple-HTTP
5 PORTVERSION=    0.2
6 CATEGORIES=     security perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Simple HTTP authentication
12
13 BUILD_DEPENDS=  p5-Authen-Simple>=0:${PORTSDIR}/security/p5-Authen-Simple \
14                 p5-libwww>=0:${PORTSDIR}/www/p5-libwww
15 RUN_DEPENDS:=   ${BUILD_DEPENDS}
16
17 USES=           perl5
18 USE_PERL5=      modbuild
19
20 .include <bsd.port.mk>