- A Catalyst framework browser detection plugin
This commit is contained in:
parent
bddefe6015
commit
c6b64ab608
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224532
5 changed files with 37 additions and 0 deletions
|
@ -718,6 +718,7 @@
|
|||
SUBDIR += p5-Catalyst-Plugin-Authorization-ACL
|
||||
SUBDIR += p5-Catalyst-Plugin-Authorization-Roles
|
||||
SUBDIR += p5-Catalyst-Plugin-AutoRestart
|
||||
SUBDIR += p5-Catalyst-Plugin-Browser
|
||||
SUBDIR += p5-Catalyst-Plugin-C3
|
||||
SUBDIR += p5-Catalyst-Plugin-Cache
|
||||
SUBDIR += p5-Catalyst-Plugin-Cache-FastMmap
|
||||
|
|
26
www/p5-Catalyst-Plugin-Browser/Makefile
Normal file
26
www/p5-Catalyst-Plugin-Browser/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: p5-Catalyst-Plugin-Browser
|
||||
# Date created: 2008-12-21
|
||||
# Whom: Andrej Zverev <az@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Catalyst-Plugin-Browser
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/M/MR/MRAMBERG
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= az@FreeBSD.org
|
||||
COMMENT= Browser Detection for Catalyst
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
||||
${SITE_PERL}/HTTP/BrowserDetect.pm:${PORTSDIR}/www/p5-HTTP-BrowserDetect
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Catalyst::Plugin::Browser.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-Catalyst-Plugin-Browser/distinfo
Normal file
3
www/p5-Catalyst-Plugin-Browser/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Catalyst-Plugin-Browser-0.05.tar.gz) = ed993b1c66b8a46ddeb696cc02fe3227
|
||||
SHA256 (Catalyst-Plugin-Browser-0.05.tar.gz) = 801fd8553c9bd6dee2eca8905b542dac9e725aac8e1d41d9c18526f2014e3b7c
|
||||
SIZE (Catalyst-Plugin-Browser-0.05.tar.gz) = 19667
|
3
www/p5-Catalyst-Plugin-Browser/pkg-descr
Normal file
3
www/p5-Catalyst-Plugin-Browser/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
A browser detection plugin for catalyst framework
|
||||
|
||||
WWW: http://search.cpan.org/~mramberg/Catalyst-Plugin-Browser/
|
4
www/p5-Catalyst-Plugin-Browser/pkg-plist
Normal file
4
www/p5-Catalyst-Plugin-Browser/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/Catalyst/Plugin/Browser.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Browser/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/Browser
|
Loading…
Reference in a new issue