mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
Add p5-HTTP-MobileAgent, an HTTP mobile user agent string parser for
Perl.
This commit is contained in:
parent
7520ee9ed7
commit
1097f728c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76551
@ -333,6 +333,7 @@
|
||||
SUBDIR += p5-HTTP-BrowserDetect
|
||||
SUBDIR += p5-HTTP-DAV
|
||||
SUBDIR += p5-HTTP-GHTTP
|
||||
SUBDIR += p5-HTTP-MobileAgent
|
||||
SUBDIR += p5-HTTP-WebTest
|
||||
SUBDIR += p5-HTTPD-Log-Filter
|
||||
SUBDIR += p5-HTTPD-Tools
|
||||
|
35
www/p5-HTTP-MobileAgent/Makefile
Normal file
35
www/p5-HTTP-MobileAgent/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# 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
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= HTTP
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
COMMENT= An HTTP mobile user agent string parser for Perl
|
||||
|
||||
BUILD_DEPENDS= ${PM_DEPENDS}
|
||||
RUN_DEPENDS= ${PM_DEPENDS}
|
||||
|
||||
PM_DEPENDS= ${SITE_PERL}/HTTP/Headers.pm:${PORTSDIR}/www/p5-libwww
|
||||
|
||||
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= HTTP::MobileAgent.3 \
|
||||
HTTP::MobileAgent::Display.3 \
|
||||
HTTP::MobileAgent::DoCoMo.3 \
|
||||
HTTP::MobileAgent::EZweb.3 \
|
||||
HTTP::MobileAgent::JPhone.3 \
|
||||
HTTP::MobileAgent::NonMobile.3
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/p5-HTTP-MobileAgent/distinfo
Normal file
1
www/p5-HTTP-MobileAgent/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (HTTP-MobileAgent-0.08.tar.gz) = 049251811ce84c5f5f89196aad25674e
|
3
www/p5-HTTP-MobileAgent/pkg-descr
Normal file
3
www/p5-HTTP-MobileAgent/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
HTTP::MobileAgent is an HTTP mobile user agent string parser for Perl.
|
||||
|
||||
Author: Tatsuhiko Miyagawa <miyagawa@bulknews.net>
|
11
www/p5-HTTP-MobileAgent/pkg-plist
Normal file
11
www/p5-HTTP-MobileAgent/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/HTTP/MobileAgent.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/HTTP/MobileAgent/Display.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/HTTP/MobileAgent/DoCoMo.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/HTTP/MobileAgent/DoCoMoDisplayMap.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/HTTP/MobileAgent/EZweb.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/HTTP/MobileAgent/JPhone.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/HTTP/MobileAgent/NonMobile.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/HTTP/MobileAgent/Request.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTP/MobileAgent/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTP/MobileAgent
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/HTTP/MobileAgent
|
Loading…
x
Reference in New Issue
Block a user