b48868ce94
- discount/configure.inc: include stdlib.h to find WORD/DWORD @Hugmeir - discount/configure.sh: include strings.h to find bzero & memset @Hugmeir - add configure option "--with-fenced-code --with-dl=both" @Songmu
26 lines
700 B
Makefile
26 lines
700 B
Makefile
# $NetBSD: Makefile,v 1.23 2021/08/02 12:24:08 schmonz Exp $
|
|
#
|
|
|
|
DISTNAME= Text-Markdown-Discount-0.13
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Text-Markdown-Discount
|
|
COMMENT= Convert Markdown to (X)HTML
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Text/Markdown/Discount/.packlist
|
|
|
|
SUBST_CLASSES+= paths
|
|
SUBST_FILES.paths= Makefile.PL
|
|
SUBST_VARS.paths= PREFIX
|
|
SUBST_STAGE.paths= pre-configure
|
|
|
|
post-extract:
|
|
cd ${WRKSRC} && rm -rf discount
|
|
|
|
.include "../../textproc/discount/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|