diff options
-rw-r--r-- | textproc/p5-Text-WikiFormat/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-Text-WikiFormat/Makefile b/textproc/p5-Text-WikiFormat/Makefile index 171bd0780da..17cedc1735f 100644 --- a/textproc/p5-Text-WikiFormat/Makefile +++ b/textproc/p5-Text-WikiFormat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/12/20 11:31:10 grant Exp $ +# $NetBSD: Makefile,v 1.4 2005/02/24 16:26:02 wiz Exp $ # DISTNAME= Text-WikiFormat-0.72 @@ -8,13 +8,14 @@ CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Text-WikiFormat/ COMMENT= Translate Wiki formatted text into other formats -BUILD_DEPENDS+= p5-Module-Build>=0.21:../../devel/p5-Module-Build DEPENDS+= p5-URI>=1.30:../../www/p5-URI USE_BUILDLINK3= YES USE_LANGUAGES= # empty +PERL5_USES_MODULE_BUILD= YES .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |