diff options
author | miwi <miwi@FreeBSD.org> | 2013-05-13 17:42:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-05-13 17:42:03 +0800 |
commit | b511a7ebe42f56c58de127bcb9177f2b8153e2ad (patch) | |
tree | 620eb1b5f32a5eab6b16a92085c92ac10519e6ed /net/pear-Net_UserAgent_Mobile | |
parent | 92ad28f40ce840718d8cdc2a74133c63f9f2c471 (diff) | |
download | freebsd-ports-graphics-b511a7ebe42f56c58de127bcb9177f2b8153e2ad.tar.gz freebsd-ports-graphics-b511a7ebe42f56c58de127bcb9177f2b8153e2ad.tar.zst freebsd-ports-graphics-b511a7ebe42f56c58de127bcb9177f2b8153e2ad.zip |
- Convert to PEAR_AUTOINSTALL
- Trim header
Diffstat (limited to 'net/pear-Net_UserAgent_Mobile')
-rw-r--r-- | net/pear-Net_UserAgent_Mobile/Makefile | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/net/pear-Net_UserAgent_Mobile/Makefile b/net/pear-Net_UserAgent_Mobile/Makefile index b8547a4cfd9..85743212af9 100644 --- a/net/pear-Net_UserAgent_Mobile/Makefile +++ b/net/pear-Net_UserAgent_Mobile/Makefile @@ -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" |