1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Convert to PEAR_AUTOINSTALL

- Trim header
This commit is contained in:
Martin Wilke 2013-05-13 09:42:03 +00:00
parent 7c21248ca7
commit 395bb3ff09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318040

View File

@ -1,9 +1,5 @@
# Ports collection makefile for: pear-Net_UserAgent_Mobile
# Date created: 06 June 2005
# Whom: Shinsuke Matsui (<smatsui@karashi.org>)
#
# Created by: Shinsuke Matsui (<smatsui@karashi.org>)
# $FreeBSD$
#
PORTNAME= Net_UserAgent_Mobile
PORTVERSION= 1.0.0
@ -14,22 +10,10 @@ 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}
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
USE_PHP= pcre
CATEGORY= Net/UserAgent
FILES= Mobile.php Mobile/Common.php \
Mobile/Display.php Mobile/DoCoMo.php \
Mobile/EZweb.php Mobile/NonMobile.php \
Mobile/SoftBank.php Mobile/Willcom.php \
Mobile/DoCoMo/ScreenInfo.php
TESTS= AllTests.php MobileTestCase.php prepare.php \
Mobile/AllTests.php Mobile/DoCoMoTestCase.php \
Mobile/EZwebTestCase.php Mobile/NonMobileTestCase.php \
Mobile/SoftBankTestCase.php \
Mobile/WillcomTestCase.php \
Mobile/DoCoMoTestCase/docomo-screen.xml
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"