blob: 8945daa07c770dbaa1b2fd4d3ccf5aa10ce8f520 (
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
|
# Ports collection makefile for: pear-Net_UserAgent_Mobile
# Date created: 06 June 2005
# Whom: Shinsuke Matsui (<smatsui@karashi.org>)
#
# $FreeBSD$
#
PORTNAME= Net_UserAgent_Mobile
PORTVERSION= 0.26.0
CATEGORIES= net www pear
MAINTAINER= smatsui@karashi.org
COMMENT= PEAR class that parses HTTP mobile user agent string
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Net/UserAgent
FILES= Mobile.php Mobile/AirHPhone.php Mobile/Common.php \
Mobile/Display.php Mobile/DoCoMo.php Mobile/DoCoMoDisplayMap.php \
Mobile/EZweb.php Mobile/Vodafone.php Mobile/NonMobile.php \
Mobile/Request.php
TESTS= 00-compile.phpt 01-request.phpt 02-docomo.phpt \
03-jphone.phpt 04-ezweb.phpt 05-display.phpt \
06-nonmobile.phpt 07-airhphone.phpt 08-display-xmlmap.phpt \
09-fallback-on-nomatch.phpt DoCoMoMap.xml
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
|