4819ca343b
- Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
27 lines
698 B
Makefile
27 lines
698 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Text-MultiMarkdown
|
|
PORTVERSION= 1.000034
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Convert MultiMarkdown syntax to (X)HTML
|
|
|
|
BUILD_DEPENDS= \
|
|
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
|
|
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
|
|
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
|
p5-Text-Markdown>=1.0.26:${PORTSDIR}/textproc/p5-Text-Markdown
|
|
RUN_DEPENDS= \
|
|
p5-Text-Markdown>=1.0.26:${PORTSDIR}/textproc/p5-Text-Markdown
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN1= MultiMarkdown.pl.1
|
|
MAN3= Text::MultiMarkdown.3
|
|
|
|
.include <bsd.port.mk>
|