blob: f6174c6f1bf87b122f8579354220e31497e6ec3e (
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
|
# 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= CPAN
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>
|