freebsd-ports/www/p5-Text-MultiMarkdown-ApacheHandler/Makefile
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00

27 lines
686 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= Text-MultiMarkdown-ApacheHandler
PORTVERSION= 0.01
PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Module for processing files with MultiMarkdown syntax for Apache
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Text-MultiMarkdown>=0:textproc/p5-Text-MultiMarkdown \
p5-Text-Typography>=0:textproc/p5-Text-Typography \
${APACHE_PKGNAMEPREFIX}mod_perl2>=2.0.5:www/mod_perl2
USES= apache:run,2.2+ perl5
USE_PERL5= configure
SUB_FILES= pkg-message
post-patch:
@${RM} ${WRKSRC}/lib/Text/MultiMarkdown/ApacheHandler.pm.orig
.include <bsd.port.mk>