p5-Text-MultiMarkdown: simplify

This commit is contained in:
wiz 2022-04-17 22:51:41 +00:00
parent be7b744065
commit 8ce9a10734
3 changed files with 3 additions and 15 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2021/05/24 19:54:44 wiz Exp $
# $NetBSD: Makefile,v 1.6 2022/04/17 22:51:41 wiz Exp $
DISTNAME= Text-MultiMarkdown-1.000035
PKGNAME= p5-${DISTNAME}
@ -11,6 +11,7 @@ HOMEPAGE= https://metacpan.org/release/Text-MultiMarkdown
COMMENT= Convert MultiMarkdown syntax to (X)HTML
LICENSE= modified-bsd
BUILD_DEPENDS+= p5-Module-Install-[0-9]*:../../devel/p5-Module-Install
DEPENDS+= p5-Text-Markdown>=1.0.26:../../textproc/p5-Text-Markdown
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser

View file

@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.3 2021/10/26 11:22:42 nia Exp $
$NetBSD: distinfo,v 1.4 2022/04/17 22:51:41 wiz Exp $
BLAKE2s (Text-MultiMarkdown-1.000035.tar.gz) = 24670c58776c7d7e7e1a5fb6362b9826e10253a6e9b2a3115d5932debd0f4ae3
SHA512 (Text-MultiMarkdown-1.000035.tar.gz) = adb7db3c2293e268761c537d9415c98c3a88808c772618813a21656facf5afab0cbe7d1fa9707f920416a34be1dab13700755594c79ed822ae44420e05da6ab7
Size (Text-MultiMarkdown-1.000035.tar.gz) = 112893 bytes
SHA1 (patch-Makefile.PL) = 4fdc0bcb3754eae8249da924141261058348f16b

View file

@ -1,12 +0,0 @@
$NetBSD: patch-Makefile.PL,v 1.1 2019/08/31 19:55:58 schmonz Exp $
Find the bundled Module::Install.
--- Makefile.PL.orig 2014-07-19 16:58:56.000000000 +0000
+++ Makefile.PL
@@ -1,4 +1,5 @@
# Load the Module::Install bundled in ./inc/
+use lib '.';
use inc::Module::Install;
# Define metadata