pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-WikiFormat Set PERL5_USES_MODULE_BUIL...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e281e72a31d2
branches:  trunk
changeset: 489670:e281e72a31d2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 24 16:26:02 2005 +0000

description:
Set PERL5_USES_MODULE_BUILD so this works with updated Module::Build.
Add HOMEPAGE.

diffstat:

 textproc/p5-Text-WikiFormat/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 385642df0e04 -r e281e72a31d2 textproc/p5-Text-WikiFormat/Makefile
--- a/textproc/p5-Text-WikiFormat/Makefile      Thu Feb 24 16:25:38 2005 +0000
+++ b/textproc/p5-Text-WikiFormat/Makefile      Thu Feb 24 16:26:02 2005 +0000
@@ -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 @@
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Text/}
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
+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"



Home | Main Index | Thread Index | Old Index