freebsd-ports/www/p5-HTTP-BrowserDetect/Makefile
Po-Chuan Hsieh 5bf04f13ee
www/p5-HTTP-BrowserDetect: Remove outdated PERL_LEVEL check
lang/perl5.30 has been removed in b3fb5d8b3c.
2022-06-03 17:01:01 +08:00

27 lines
656 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
PORTNAME= HTTP-BrowserDetect
PORTVERSION= 3.35
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-Differences>=0:devel/p5-Test-Differences \
p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \
p5-Test-Warnings>=0:devel/p5-Test-Warnings
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>