aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Text-MultiMarkdown-ApacheHandler/Makefile
blob: 08b8e33d3c80b0ce2862cda4f9b074523b4cadfb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Text-MultiMarkdown-ApacheHandler
PORTVERSION=    0.01
CATEGORIES= www perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Module for processing files with MultiMarkdown syntax for Apache

BUILD_DEPENDS=  p5-Text-MultiMarkdown>=0:${PORTSDIR}/textproc/p5-Text-MultiMarkdown \
            p5-Text-Typography>=0:${PORTSDIR}/textproc/p5-Text-Typography \
        ${APACHE_PKGNAMEPREFIX}mod_perl2>=2.0.5:${PORTSDIR}/www/mod_perl2
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USE_APACHE_RUN= 22+
USES=       perl5
USE_PERL5=  configure
SUB_FILES=  pkg-message

MAN3=       Text::MultiMarkdown::ApacheHandler.3

post-patch:
    @${RM} ${WRKSRC}/lib/Text/MultiMarkdown/ApacheHandler.pm.orig

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>