Tweak www/owncloud version 10.0.2
[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 PORTREVISION=   1
7 CATEGORIES=     security perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Simple HTTP authentication
13
14 BUILD_DEPENDS=  p5-Authen-Simple>=0:security/p5-Authen-Simple \
15                 p5-libwww>=0:www/p5-libwww
16 RUN_DEPENDS:=   ${BUILD_DEPENDS}
17
18 USES=           perl5
19 USE_PERL5=      modbuild
20
21 .include <bsd.port.mk>