freebsd-ports/www/p5-HTTP-MobileAgent/Makefile

32 lines
756 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-HTTP-MobileAgent
# Date created: 27 February 2003
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= HTTP-MobileAgent
2008-04-14 14:38:23 +02:00
PORTVERSION= 0.27
CATEGORIES= www perl5
2008-04-14 14:38:23 +02:00
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= An HTTP mobile user agent string parser for Perl
RUN_DEPENDS= ${SITE_PERL}/HTTP/Headers.pm:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS= ${RUN_DEPENDS}
2005-02-28 02:50:22 +01:00
PERL_CONFIGURE= yes
MAN3= HTTP::MobileAgent.3 \
2004-06-11 06:36:42 +02:00
HTTP::MobileAgent::AirHPhone.3 \
HTTP::MobileAgent::Display.3 \
HTTP::MobileAgent::DoCoMo.3 \
HTTP::MobileAgent::EZweb.3 \
HTTP::MobileAgent::JPhone.3 \
2004-06-11 06:36:42 +02:00
HTTP::MobileAgent::NonMobile.3 \
HTTP::MobileAgent::Vodafone.3
.include <bsd.port.mk>