summaryrefslogtreecommitdiff
path: root/textproc/p5-String-Truncate/Makefile
blob: e8a1471d158a787f7759afce3da363253563cb56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.10 2015/08/29 22:50:33 joerg Exp $

DISTNAME=	String-Truncate-1.100602
PKGNAME=	p5-${DISTNAME}
PKGREVISION=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=String/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://search.cpan.org/dist/String-Truncate/
COMMENT=	Perl5 module for when strings are too long to be displayed
LICENSE=	${PERL5_LICENSE}

DEPENDS+=	p5-Sub-Exporter>=0.953:../../devel/p5-Sub-Exporter
DEPENDS+=	p5-Sub-Install>=0.030:../../devel/p5-Sub-Install

# EU::MM 6.31 is in core as well as Test::More 0.96 (we have 0.98)

PERL5_PACKLIST=		auto/String/Truncate/.packlist

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