mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Net::Rendezvous::Publish - publish Rendezvous services
WWW: http://search.cpan.org/dist/Net-Rendezvous-Publish/ PR: ports/136690 Submitted by: TERAMOTO Masahiro <markun at onohara.to>
This commit is contained in:
parent
0b513ff36d
commit
d0615c5484
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237672
@ -564,6 +564,7 @@
|
||||
SUBDIR += p5-Net-RawIP
|
||||
SUBDIR += p5-Net-RawSock
|
||||
SUBDIR += p5-Net-Rendezvous
|
||||
SUBDIR += p5-Net-Rendezvous-Publish
|
||||
SUBDIR += p5-Net-Rsh
|
||||
SUBDIR += p5-Net-SAP
|
||||
SUBDIR += p5-Net-SCP
|
||||
|
26
net/p5-Net-Rendezvous-Publish/Makefile
Normal file
26
net/p5-Net-Rendezvous-Publish/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-Net-Rendezvous-Publish
|
||||
# Date created: 2009-07-12
|
||||
# Whom: TERAMOTO Masahiro <markun@onohara.to>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-Rendezvous-Publish
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= markun@onohara.to
|
||||
COMMENT= Publish Rendezvous services
|
||||
|
||||
BUILD_DEPENDS= p5-Class-Accessor-Lvalue>=0:${PORTSDIR}/devel/p5-Class-Accessor-Lvalue \
|
||||
p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::Rendezvous::Publish::Service.3 \
|
||||
Net::Rendezvous::Publish.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-Net-Rendezvous-Publish/distinfo
Normal file
3
net/p5-Net-Rendezvous-Publish/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Net-Rendezvous-Publish-0.04.tar.gz) = abd07bd91853f5536d6e3434c67918c3
|
||||
SHA256 (Net-Rendezvous-Publish-0.04.tar.gz) = deb75ee5a2ffacb41b08ff8798972d0cd5ad338494653d5eae4100041a8d247f
|
||||
SIZE (Net-Rendezvous-Publish-0.04.tar.gz) = 3109
|
3
net/p5-Net-Rendezvous-Publish/pkg-descr
Normal file
3
net/p5-Net-Rendezvous-Publish/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Net::Rendezvous::Publish - publish Rendezvous services
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-Rendezvous-Publish/
|
12
net/p5-Net-Rendezvous-Publish/pkg-plist
Normal file
12
net/p5-Net-Rendezvous-Publish/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Rendezvous/Publish/.packlist
|
||||
%%SITE_PERL%%/Net/Rendezvous/Publish/Backend/Null.pm
|
||||
%%SITE_PERL%%/Net/Rendezvous/Publish/Service.pm
|
||||
%%SITE_PERL%%/Net/Rendezvous/Publish.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Rendezvous/Publish
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Rendezvous
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrmtry %%SITE_PERL%%/Net/Rendezvous/Publish/Backend
|
||||
@dirrmtry %%SITE_PERL%%/Net/Rendezvous/Publish
|
||||
@dirrmtry %%SITE_PERL%%/Net/Rendezvous
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Reference in New Issue
Block a user