diff options
author | wiz <wiz> | 2005-02-24 16:26:02 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-02-24 16:26:02 +0000 |
commit | cf59f3047a1b31da534e374ad4a90b09ced7ead4 (patch) | |
tree | aed435c914b11280134eef9ae9b636997632648c /textproc/p5-Text-WikiFormat | |
parent | 9ce16efd078dabcceb71931f0a962d0bc11b167e (diff) | |
download | pkgsrc-cf59f3047a1b31da534e374ad4a90b09ced7ead4.tar.gz |
Set PERL5_USES_MODULE_BUILD so this works with updated Module::Build.
Add HOMEPAGE.
Diffstat (limited to 'textproc/p5-Text-WikiFormat')
-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" |