aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Text-ASCIITable/Makefile
blob: 732155fb0f7516852538fe42cf9740c788c2bc94 (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
PORTNAME=	Text-ASCIITable
PORTVERSION=	0.22
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Create a nice formatted table using ASCII characters
WWW=		https://metacpan.org/release/Text-ASCIITable

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USES=		perl5 shebangfix
USE_PERL5=	modbuild

NO_ARCH=	yes

PORTEXAMPLES=	ansi-example.pl

SHEBANG_FILES=	ansi-example.pl

OPTIONS_DEFINE=	EXAMPLES

post-install-EXAMPLES-on:
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
	${INSTALL_SCRIPT} ${WRKSRC}/ansi-example.pl ${STAGEDIR}${EXAMPLESDIR}

.include <bsd.port.mk>