diff options
author | obache <obache@pkgsrc.org> | 2014-06-02 12:38:27 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-06-02 12:38:27 +0000 |
commit | 02f6c853d76b58cd38e0669cbd3540443f42872f (patch) | |
tree | c16b111b7e99bf4e49c87f2f0d15516489ca632b /net | |
parent | 80ba5e9d7dcba0798c9f93575dad70aff932891d (diff) | |
download | pkgsrc-02f6c853d76b58cd38e0669cbd3540443f42872f.tar.gz |
Replace HOMEPAGE and MASTER_SITES with appropriate one.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-RabbitFoot/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/p5-Net-RabbitFoot/Makefile b/net/p5-Net-RabbitFoot/Makefile index 4adcf115df8..7607dc37883 100644 --- a/net/p5-Net-RabbitFoot/Makefile +++ b/net/p5-Net-RabbitFoot/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.4 2014/05/29 23:37:09 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/06/02 12:38:27 obache Exp $ DISTNAME= Net-RabbitFoot-1.03 PKGNAME= p5-${DISTNAME} PKGREVISION= 1 CATEGORIES= net -MASTER_SITES= http://search.cpan.org/CPAN/authors/id/I/IK/IKUTA/ -MASTER_SITES+= http://cpan.metacpan.org/authors/id/I/IK/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/CPAN/authors/id/I/IK/IKUTA/ +HOMEPAGE= http://search.cpan.org/dist/Net-RabbitFoot COMMENT= Asynchronous and multi channel Perl AMQP client LICENSE= ${PERL5_LICENSE} |