diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-31 15:13:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-31 15:13:44 +0000 |
commit | cc510e97ff59f452f248e503d999414f7a3af368 (patch) | |
tree | a3c7a25bf72771c729f426c8856ceacb0e5ea38d /net/p5-Net-PubSubHubbub-Publisher | |
parent | ad378f181188566ef84ebdd83011e9dccc88c27e (diff) |
Notes
Diffstat (limited to 'net/p5-Net-PubSubHubbub-Publisher')
-rw-r--r-- | net/p5-Net-PubSubHubbub-Publisher/Makefile | 8 | ||||
-rw-r--r-- | net/p5-Net-PubSubHubbub-Publisher/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-Net-PubSubHubbub-Publisher/pkg-plist | 10 |
3 files changed, 12 insertions, 9 deletions
diff --git a/net/p5-Net-PubSubHubbub-Publisher/Makefile b/net/p5-Net-PubSubHubbub-Publisher/Makefile index 84f7e0e6400b..38342424925d 100644 --- a/net/p5-Net-PubSubHubbub-Publisher/Makefile +++ b/net/p5-Net-PubSubHubbub-Publisher/Makefile @@ -10,9 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Client library to ping a PubSubHubbub hub -RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> diff --git a/net/p5-Net-PubSubHubbub-Publisher/pkg-descr b/net/p5-Net-PubSubHubbub-Publisher/pkg-descr index 60e5d9663cf1..65f52dec68e4 100644 --- a/net/p5-Net-PubSubHubbub-Publisher/pkg-descr +++ b/net/p5-Net-PubSubHubbub-Publisher/pkg-descr @@ -1,4 +1,3 @@ -Net::PubSubHubbub::Publisher is a client library to ping a -PubSubHubbub hub. +Net::PubSubHubbub::Publisher is a client library to ping a PubSubHubbub hub. WWW: http://search.cpan.org/dist/Net-PubSubHubbub-Publisher/ diff --git a/net/p5-Net-PubSubHubbub-Publisher/pkg-plist b/net/p5-Net-PubSubHubbub-Publisher/pkg-plist index ab9dacd464d5..d67858fe8030 100644 --- a/net/p5-Net-PubSubHubbub-Publisher/pkg-plist +++ b/net/p5-Net-PubSubHubbub-Publisher/pkg-plist @@ -1,9 +1,9 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/PubSubHubbub/Publisher/.packlist -%%SITE_PERL%%/Net/PubSubHubbub/Publisher.pm bin/pubsubhubbub-publish +%%SITE_PERL%%/Net/PubSubHubbub/Publisher.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/PubSubHubbub/Publisher/.packlist %%PERL5_MAN3%%/Net::PubSubHubbub::Publisher.3.gz -@dirrmtry %%SITE_PERL%%/Net/PubSubHubbub -@dirrmtry %%SITE_PERL%%/Net -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/PubSubHubbub/Publisher +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/PubSubHubbub/Publisher @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/PubSubHubbub @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrmtry %%SITE_PERL%%/Net/PubSubHubbub +@dirrmtry %%SITE_PERL%%/Net |