mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
4a6d4f4b05
- Update LICENSE - Add TEST_DEPENDS - Add NO_ARCH Changes: https://metacpan.org/changes/distribution/Text-Table-Manifold
40 lines
1.1 KiB
Makefile
40 lines
1.1 KiB
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Text-Table-Manifold
|
|
PORTVERSION= 1.01
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Render tables in manifold formats
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_ART10= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Const-Exporter>=0.2.3:devel/p5-Const-Exporter \
|
|
p5-HTML-Entities-Interpolate>=1.05:textproc/p5-HTML-Entities-Interpolate \
|
|
p5-List-AllUtils>=0.08:devel/p5-List-AllUtils \
|
|
p5-Module-Runtime>=0.014:devel/p5-Module-Runtime \
|
|
p5-Moo>=1.006000:devel/p5-Moo \
|
|
p5-Type-Tiny>=1.000004:devel/p5-Type-Tiny \
|
|
p5-Unicode-LineBreak>=2013.10:textproc/p5-Unicode-LineBreak
|
|
TEST_DEPENDS= p5-Test-Pod>=1.48:devel/p5-Test-Pod
|
|
|
|
USES= perl5 tar:tgz
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 502710
|
|
BUILD_DEPENDS+= p5-Scalar-List-Utils>=1.50:lang/p5-Scalar-List-Utils
|
|
RUN_DEPENDS+= p5-Scalar-List-Utils>=1.50:lang/p5-Scalar-List-Utils
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|