summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-02-24 16:26:02 +0000
committerwiz <wiz@pkgsrc.org>2005-02-24 16:26:02 +0000
commit207dcdfe4bb845767a62948fa974ab5b09886c3e (patch)
treeaed435c914b11280134eef9ae9b636997632648c /textproc
parent0f2c6aa292c93babb86dc8e48b9f651923bd51e0 (diff)
downloadpkgsrc-207dcdfe4bb845767a62948fa974ab5b09886c3e.tar.gz
Set PERL5_USES_MODULE_BUILD so this works with updated Module::Build.
Add HOMEPAGE.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-WikiFormat/Makefile5
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"