diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-22 13:53:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-22 13:53:09 +0000 |
commit | f44c97d74b7f92c75d06d5f13c233c2d517a1445 (patch) | |
tree | 997892afd4038ea6f0f4a86b17d6cbb22c66f557 /textproc | |
parent | 7db5367d53fdaf4682694b3e6bb7303ec31c7e58 (diff) | |
download | pkgsrc-f44c97d74b7f92c75d06d5f13c233c2d517a1445.tar.gz |
Add HOMEPAGE.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Pod-Escapes/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Pod-Simple/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-Pod-Escapes/Makefile b/textproc/p5-Pod-Escapes/Makefile index d64d0b2d6f9..a0b6eacefee 100644 --- a/textproc/p5-Pod-Escapes/Makefile +++ b/textproc/p5-Pod-Escapes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/12/20 11:31:09 grant Exp $ +# $NetBSD: Makefile,v 1.3 2005/03/22 13:53:09 wiz Exp $ DISTNAME= Pod-Escapes-1.04 PKGNAME= p5-${DISTNAME} @@ -7,6 +7,7 @@ CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Pod-Escapes/ COMMENT= Perl module for decoding Pod E<...> sequences PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/textproc/p5-Pod-Simple/Makefile b/textproc/p5-Pod-Simple/Makefile index 02093ea160b..f4532c57635 100644 --- a/textproc/p5-Pod-Simple/Makefile +++ b/textproc/p5-Pod-Simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/12/20 11:31:09 grant Exp $ +# $NetBSD: Makefile,v 1.4 2005/03/22 13:53:46 wiz Exp $ DISTNAME= Pod-Simple-3.02 PKGNAME= p5-${DISTNAME} @@ -7,6 +7,7 @@ CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Pod-Simple/ COMMENT= Simple framework for parsing Pod DEPENDS+= p5-Pod-Escapes-[0-9]*:../../textproc/p5-Pod-Escapes |