aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-PDF-Table/Makefile
blob: ba7f24e50a6c4a7c9d40cc2d9b39de3f842aca0f (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
PORTNAME=	PDF-Table
PORTVERSION=	1.003
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Utility class for building table layouts in a PDF::API2 object
WWW=		https://metacpan.org/release/PDF-Table

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-PDF-API2>=0:textproc/p5-PDF-API2

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

OPTIONS_DEFINE=	EXAMPLES

post-install-EXAMPLES-on:
	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
	cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}

.include <bsd.port.mk>