mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
4ebbbd54ee
Approved by: portmgr (blanket)
27 lines
727 B
Makefile
27 lines
727 B
Makefile
# 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= 2.18
|
|
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
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/figlet:${PORTSDIR}/misc/figlet
|
|
TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
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::LICENSE.3 Text::FIGlet::Ransom.3
|
|
|
|
.include <bsd.port.mk>
|