aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Markapl/Makefile
blob: efc08a6e6c77458b9913e1b3e8f0e6d212519233 (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: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Markapl
PORTVERSION=    0.14
CATEGORIES= textproc perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:GUGOD
PKGNAMEPREFIX=  p5-

MAINTAINER= tobez@FreeBSD.org
COMMENT=    Markup as Perl

LICENSE=    MIT

BUILD_DEPENDS=  p5-Exporter-Lite>=0:${PORTSDIR}/devel/p5-Exporter-Lite \
        p5-HTML-Lint>=0:${PORTSDIR}/www/p5-HTML-Lint \
        p5-B-Hooks-EndOfScope>=0.05:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \
        p5-String-BufferStack>=1.15:${PORTSDIR}/textproc/p5-String-BufferStack \
        p5-Devel-Declare>=0:${PORTSDIR}/devel/p5-Devel-Declare
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USES=       perl5
USE_PERL5=  configure

MAN3=   Markapl.3 \
    Markapl::Helpers.3 \
    Markapl::Tags.3

NO_STAGE=   yes
.include <bsd.port.mk>