aboutsummaryrefslogtreecommitdiffstats
path: root/misc/p5-Text-FIGlet/Makefile
blob: a802a78d502fd901954c3b11d684eaaa02430dec (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
30
31
32
33
34
35
36
# Created by: Daniel B. Hemmerich <dan@spot.org>
# $FreeBSD$

PORTNAME=   Text-FIGlet
PORTVERSION=    2.19.3
CATEGORIES= misc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-
EXTRACT_SUFX=   .tgz

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Perl module to provide FIGlet abilities, akin to banner

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

RUN_DEPENDS=    ${LOCALBASE}/bin/figlet:${PORTSDIR}/misc/figlet
TEST_DEPENDS=   p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \
        p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod

USE_PERL5=  configure
USES=       perl5

MAN1=       charmap.pl.1 \
        figlet.pl.1 \
        minifig.pl.1 \
        showfigfonts.pl.1
MAN3=       Text::FIGlet.3 \
        Text::FIGlet::Control.3 \
        Text::FIGlet::Font.3 \
        Text::FIGlet::Illuminated.3 \
        Text::FIGlet::LICENSE.3 \
        Text::FIGlet::Ransom.3

NO_STAGE=   yes
.include <bsd.port.mk>