1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/misc/p5-Text-FIGlet/Makefile
Steve Wills 4ebbbd54ee - Add TEST_DEPENDS to enable testing
Approved by:	portmgr (blanket)
2012-03-06 01:51:12 +00:00

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>