aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTTP-BrowserDetect/Makefile
blob: 2a0a35fc55e0f9b7e7d60fd359498d146f2ec8e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by: Sergey Skvortsov <skv@protey.ru>

PORTNAME=	HTTP-BrowserDetect
PORTVERSION=	3.31
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Determine the Web browser, version, OS from an HTTP user agent string

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual
LICENSE_FILE=	${WRKSRC}/LICENSE

TEST_DEPENDS=	p5-Hash-Merge>=0:textproc/p5-Hash-Merge \
		p5-Path-Tiny>=0:devel/p5-Path-Tiny \
		p5-Test-FailWarnings>=0:devel/p5-Test-FailWarnings \
		p5-Test-Most>=0:devel/p5-Test-Most \
		p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 503102
TEST_DEPENDS+=	p5-JSON-PP>=4.04:converters/p5-JSON-PP
.endif

.include <bsd.port.post.mk>