2008-04-15 03:46:17 +02:00
|
|
|
# New ports collection makefile for: p5-HTTP-MobileAttribute
|
|
|
|
# Date created: Fri Apr 11 16:32:54 2008
|
|
|
|
# Whom: Tomoyuki Sakurai <cherry@trombik.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= HTTP-MobileAttribute
|
2011-06-12 20:29:43 +02:00
|
|
|
PORTVERSION= 0.23
|
2008-05-19 15:12:08 +02:00
|
|
|
CATEGORIES= www perl5
|
2008-04-15 03:46:17 +02:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-11-03 03:54:10 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2008-04-15 03:46:17 +02:00
|
|
|
COMMENT= Yet Another HTTP::MobileAgent
|
|
|
|
|
2011-06-12 20:29:43 +02:00
|
|
|
BUILD_DEPENDS= p5-Geo-Coordinates-Converter>=0:${PORTSDIR}/science/p5-Geo-Coordinates-Converter \
|
|
|
|
p5-Geo-Coordinates-Converter-iArea>=0:${PORTSDIR}/science/p5-Geo-Coordinates-Converter-iArea \
|
|
|
|
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
|
2009-11-07 15:19:00 +01:00
|
|
|
RUN_DEPENDS= p5-Class-Component>=0.17:${PORTSDIR}/devel/p5-Class-Component \
|
|
|
|
p5-UNIVERSAL-require>=0.13:${PORTSDIR}/devel/p5-UNIVERSAL-require
|
2008-04-15 03:46:17 +02:00
|
|
|
|
2010-09-29 10:24:47 +02:00
|
|
|
DEPRECATED= Use www/p5-HTTP-MobileAgent instead.
|
2010-09-29 09:58:50 +02:00
|
|
|
|
2011-06-12 20:29:43 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2008-04-15 03:46:17 +02:00
|
|
|
|
2009-11-07 15:19:00 +01:00
|
|
|
MAN3= HTTP::MobileAttribute.3 \
|
|
|
|
HTTP::MobileAttribute::Agent::Base.3 \
|
|
|
|
HTTP::MobileAttribute::Attribute::CarrierMethod.3 \
|
|
|
|
HTTP::MobileAttribute::CarrierDetector.3 \
|
|
|
|
HTTP::MobileAttribute::Plugin::CIDR.3 \
|
|
|
|
HTTP::MobileAttribute::Plugin::CarrierLetter.3 \
|
|
|
|
HTTP::MobileAttribute::Plugin::Display.3 \
|
|
|
|
HTTP::MobileAttribute::Plugin::DoCoMo::Browser.3 \
|
|
|
|
HTTP::MobileAttribute::Plugin::Encoding.3 \
|
|
|
|
HTTP::MobileAttribute::Plugin::GPS.3 \
|
|
|
|
HTTP::MobileAttribute::Plugin::IS.3 \
|
|
|
|
HTTP::MobileAttribute::Plugin::IS::DoCoMo.3 \
|
|
|
|
HTTP::MobileAttribute::Plugin::IS::EZweb.3 \
|
|
|
|
HTTP::MobileAttribute::Plugin::IS::ThirdForce.3 \
|
|
|
|
HTTP::MobileAttribute::Plugin::Locator.3 \
|
|
|
|
HTTP::MobileAttribute::Plugin::UserID.3 \
|
|
|
|
HTTP::MobileAttribute::Plugin::XHTMLCompliant.3
|
|
|
|
|
2009-11-03 03:54:10 +01:00
|
|
|
.include <bsd.port.mk>
|