aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTTP-BrowserDetect/Makefile
blob: 51d3a12f85f06e2172903471ce900153ffc8be7f (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
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$

PORTNAME=   HTTP-BrowserDetect
PORTVERSION=    1.46
CATEGORIES= www perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:OALDERS
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

TEST_DEPENDS=   p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp

PERL_CONFIGURE= yes

MAN3=       HTTP::BrowserDetect.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501400
TEST_DEPENDS+=  p5-JSON-PP>=0:${PORTSDIR}/converters/p5-JSON-PP
.endif

.include <bsd.port.post.mk>