2002-12-10 11:42:09 +01:00
|
|
|
# New ports collection makefile for: HTTP-BrowserDetect
|
|
|
|
# Date created: 10 December 2002
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= HTTP-BrowserDetect
|
2007-03-03 14:41:46 +01:00
|
|
|
PORTVERSION= 0.99
|
2002-12-10 11:42:09 +01:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2007-03-03 14:41:46 +01:00
|
|
|
MASTER_SITE_SUBDIR= ../../authors/id/W/WA/WALSHAM
|
2002-12-10 11:42:09 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Determine the Web browser, version, OS from an HTTP user agent string
|
2002-12-10 11:42:09 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= HTTP::BrowserDetect.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|