mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
A reversehttp for AnyEvent.
WWW: http://search.cpan.org/dist/AnyEvent-ReverseHTTP/
This commit is contained in:
parent
680a3b5ea0
commit
b21eae9e20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242777
@ -595,6 +595,7 @@
|
||||
SUBDIR += p5-Acme-Monta
|
||||
SUBDIR += p5-AnyEvent-HTTP
|
||||
SUBDIR += p5-AnyEvent-HTTPD
|
||||
SUBDIR += p5-AnyEvent-ReverseHTTP
|
||||
SUBDIR += p5-Apache-ASP
|
||||
SUBDIR += p5-Apache-AddHostPath
|
||||
SUBDIR += p5-Apache-Admin-Config
|
||||
|
29
www/p5-AnyEvent-ReverseHTTP/Makefile
Normal file
29
www/p5-AnyEvent-ReverseHTTP/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: AnyEvent::ReverseHTTP
|
||||
# Date created: 13 Oct 2009
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= AnyEvent-ReverseHTTP
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension of reversehttp for AnyEvent
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose \
|
||||
p5-AnyEvent>0:${PORTSDIR}/devel/p5-AnyEvent \
|
||||
p5-AnyEvent-HTTP>0:${PORTSDIR}/www/p5-AnyEvent-HTTP \
|
||||
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
|
||||
p5-URI>0:${PORTSDIR}/net/p5-URI
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= AnyEvent::ReverseHTTP.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-AnyEvent-ReverseHTTP/distinfo
Normal file
3
www/p5-AnyEvent-ReverseHTTP/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (AnyEvent-ReverseHTTP-0.05.tar.gz) = 7173a51ac27e796bd7268e8dbbfa5182
|
||||
SHA256 (AnyEvent-ReverseHTTP-0.05.tar.gz) = 505b613b1d8fc7173a2e03ff8935fc0dbe0a41cebc07c952ee7729a77f30b5f0
|
||||
SIZE (AnyEvent-ReverseHTTP-0.05.tar.gz) = 41775
|
3
www/p5-AnyEvent-ReverseHTTP/pkg-descr
Normal file
3
www/p5-AnyEvent-ReverseHTTP/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A reversehttp for AnyEvent.
|
||||
|
||||
WWW: http://search.cpan.org/dist/AnyEvent-ReverseHTTP/
|
4
www/p5-AnyEvent-ReverseHTTP/pkg-plist
Normal file
4
www/p5-AnyEvent-ReverseHTTP/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/ReverseHTTP/.packlist
|
||||
%%SITE_PERL%%/AnyEvent/ReverseHTTP.pm
|
||||
@dirrmtry %%SITE_PERL%%/AnyEvent
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/ReverseHTTP
|
Loading…
Reference in New Issue
Block a user