summaryrefslogtreecommitdiff
path: root/textproc/p5-Swim/Makefile
blob: bddd9303480a3502be7ee7e5a989df924048cb08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile,v 1.14 2018/08/22 09:46:57 wiz Exp $

DISTNAME=		Swim-0.1.46
PKGNAME=		p5-${DISTNAME}
PKGREVISION=		2
CATEGORIES=		textproc perl5
MASTER_SITES=		${MASTER_SITE_PERL_CPAN:=../../authors/id/I/IN/INGY/}

MAINTAINER=		schmonz@NetBSD.org
HOMEPAGE=		http://search.cpan.org/dist/Swim/
COMMENT=		Plain text markup language that converts to many formats
LICENSE=		${PERL5_LICENSE}

DEPENDS+=		p5-HTML-Escape-[0-9]*:../../www/p5-HTML-Escape
DEPENDS+=		p5-Hash-Merge-[0-9]*:../../devel/p5-Hash-Merge
DEPENDS+=		p5-Pegex>=0.41:../../devel/p5-Pegex
DEPENDS+=		p5-Text-Autoformat-[0-9]*:../../textproc/p5-Text-Autoformat
DEPENDS+=		p5-YAML-LibYAML-[0-9]*:../../textproc/p5-YAML-LibYAML

PERL5_PACKLIST=		auto/Swim/.packlist
REPLACE_PERL+=		bin/swim

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"