mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
fc373ceed2
Reviewed by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10755
18 lines
347 B
Makefile
18 lines
347 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_UserAgent_Detect
|
|
PORTVERSION= 2.5.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= net www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR class that determines the Web browser, version, and platform
|
|
|
|
LICENSE= PHP202
|
|
|
|
USES= pear
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|