- USER_DESTDIR support added - new maintainer for the package - ok'ed by rillig Changelog: 0.79 Fri Jun 29 01:43:12 UTC 2007 ($Rev: 4391 $, $Author: chromatic $) - removed noisy and unnecessary diag() calls in tests - fixed a magic @ISA assignment for 5.9.5 (Andreas Koenig) - removed signature test (not that useful) Tue Oct 10 04:46:55 UTC 2006 (Rev: 2945, Author: chromatic) - removed directory changes in tests - return merged hash from merge_hash() - added hash merging tests from Derek Price (part of RT #21269) - fixed nested lists error reported by Derek Price (RT #21269)
22 lines
631 B
Makefile
22 lines
631 B
Makefile
# $NetBSD: Makefile,v 1.10 2007/12/11 12:02:30 rhaen Exp $
|
|
#
|
|
|
|
DISTNAME= Text-WikiFormat-0.79
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Text-WikiFormat/
|
|
COMMENT= Translate Wiki formatted text into other formats
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-URI>=1.30:../../www/p5-URI
|
|
DEPENDS+= p5-Scalar-List-Utils>=1.14:../../devel/p5-Scalar-List-Utils
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/Text/WikiFormat/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|