aboutsummaryrefslogtreecommitdiffstats
path: root/misc/p5-Text-FIGlet/Makefile
blob: b8357946539b5c176bde4136b5abe1a11151b4a5 (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
# New ports collection makefile for:    p5-Text-Figlet
# Date created:             24 May 2002
# Whom:                 Daniel B. Hemmerich <dan@spot.org>
#
# $FreeBSD$

PORTNAME=   Text-FIGlet
PORTVERSION=    1.06
CATEGORIES= misc perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX=  p5-

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

RUN_DEPENDS=    ${LOCALBASE}/bin/figlet:${PORTSDIR}/misc/figlet

PERL_CONFIGURE= yes


MAN3=       Text::FIGlet.3 \
        Text::charmap.3 \
        Text::figlet.3 \
        Text::minifig.3 \
        Text::showfigfonts.3

.include <bsd.port.mk>