version 1.000029) Pkgsrc changes: - Adjust dependencies. - Don't override Module::Install as extensions are bundled by upstream Upstream changes: 1.0.29 2009-10-28T15:19:26 - Note Test::Differences is needed for tests to run (RT#50918) - Change build_requires to test_requires in Makefile.PL where appropriate. 1.0.28 2009-10-27T14:28:12 - Fix MANIFEST.skip to avoid extraneous crap in the distribution. 1.0.27 2009-10-25T19:13:47 - Change to perl style version numbers (from 3 part versions) to avoid depndency confusion with Text::MultiMarkdown 1.0.26 2009-10-04T00:37:00 - Minor POD changes (typos, wrapping) - Added note about and test for output always ending in exactly one newline (dandv) - Fix RT#48943 + tests (genehack) - Support for optionally interpreting markdown in HTML block elements using the markdown="1" attribute (GitHub issue #1; dandv)
25 lines
796 B
Makefile
25 lines
796 B
Makefile
# $NetBSD: Makefile,v 1.9 2009/11/11 06:34:29 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Text-Markdown-1.000029
|
|
PKGNAME= p5-Text-Markdown-1.0.29
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Text-Markdown/
|
|
COMMENT= Convert Markdown to HTML
|
|
LICENSE= modified-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
BUILD_DEPENDS+= p5-File-Slurp>=9999.08:../../devel/p5-File-Slurp
|
|
BUILD_DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
|
|
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
|
|
|
|
PERL5_PACKLIST= auto/Text/Markdown/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|