freebsd-ports/misc/p5-Text-FIGlet/Makefile
Sunpoet Po-Chuan Hsieh e475c19a24 - Update MAINTAINER to my FreeBSD.org address
Approved by:	pgollucci (mentor)
2010-09-22 17:10:26 +00:00

25 lines
652 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
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>