diff options
author | miwi <miwi@FreeBSD.org> | 2009-07-13 15:41:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-07-13 15:41:02 +0800 |
commit | e90628f87fd7311bdd343307c59bc4791fe7b0cf (patch) | |
tree | 618b3289a51db7da770f5e33856f8090365f7190 /net/p5-Net-Rendezvous-Publish | |
parent | f61c2b608834288dfb0ecf4bc50afeecd46e6d69 (diff) | |
download | freebsd-ports-gnome-e90628f87fd7311bdd343307c59bc4791fe7b0cf.tar.gz freebsd-ports-gnome-e90628f87fd7311bdd343307c59bc4791fe7b0cf.tar.zst freebsd-ports-gnome-e90628f87fd7311bdd343307c59bc4791fe7b0cf.zip |
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>
Diffstat (limited to 'net/p5-Net-Rendezvous-Publish')
-rw-r--r-- | net/p5-Net-Rendezvous-Publish/Makefile | 26 | ||||
-rw-r--r-- | net/p5-Net-Rendezvous-Publish/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Net-Rendezvous-Publish/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-Net-Rendezvous-Publish/pkg-plist | 12 |
4 files changed, 44 insertions, 0 deletions
diff --git a/net/p5-Net-Rendezvous-Publish/Makefile b/net/p5-Net-Rendezvous-Publish/Makefile new file mode 100644 index 000000000000..77b59c32667d --- /dev/null +++ b/net/p5-Net-Rendezvous-Publish/Makefile @@ -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> diff --git a/net/p5-Net-Rendezvous-Publish/distinfo b/net/p5-Net-Rendezvous-Publish/distinfo new file mode 100644 index 000000000000..792d81a66616 --- /dev/null +++ b/net/p5-Net-Rendezvous-Publish/distinfo @@ -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 diff --git a/net/p5-Net-Rendezvous-Publish/pkg-descr b/net/p5-Net-Rendezvous-Publish/pkg-descr new file mode 100644 index 000000000000..56e1ae61e810 --- /dev/null +++ b/net/p5-Net-Rendezvous-Publish/pkg-descr @@ -0,0 +1,3 @@ +Net::Rendezvous::Publish - publish Rendezvous services + +WWW: http://search.cpan.org/dist/Net-Rendezvous-Publish/ diff --git a/net/p5-Net-Rendezvous-Publish/pkg-plist b/net/p5-Net-Rendezvous-Publish/pkg-plist new file mode 100644 index 000000000000..692ca2092c76 --- /dev/null +++ b/net/p5-Net-Rendezvous-Publish/pkg-plist @@ -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 |