diff options
author | wiz <wiz@pkgsrc.org> | 2017-12-24 10:07:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-12-24 10:07:22 +0000 |
commit | 22451bff80da4c5ffd17952dc9cb8fc45ee219b2 (patch) | |
tree | de1ac91c23a41a5845630aee6cd55aca208d40db | |
parent | 979f4f9eafe9b246e02836512dba609c0879e326 (diff) | |
download | pkgsrc-22451bff80da4c5ffd17952dc9cb8fc45ee219b2.tar.gz |
p5-Mail-Message: fix HOMEPAGE
-rw-r--r-- | mail/p5-Mail-Message/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/p5-Mail-Message/Makefile b/mail/p5-Mail-Message/Makefile index 8812c4b84b6..d0a3514930c 100644 --- a/mail/p5-Mail-Message/Makefile +++ b/mail/p5-Mail-Message/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/11/13 14:16:13 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/12/24 10:07:22 wiz Exp $ DISTNAME= Mail-Message-3.003 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} MAINTAINER= angelmadames@gmail.com -HOMEPAGE= http://search.cpan.org/~markov/Mail-Message-3.000 +HOMEPAGE= http://search.cpan.org/~markov/Mail-Message/ COMMENT= Object container for MIME-encoded message LICENSE= ${PERL5_LICENSE} |