mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
- Update to 2.19
- Add LICENSE - Cleanup Makefile header Changes: http://search.cpan.org/dist/Text-FIGlet/CHANGES Feature safe: yes
This commit is contained in:
parent
182227bf66
commit
bc96ed11bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315848
@ -1,11 +1,8 @@
|
||||
# New ports collection makefile for: p5-Text-Figlet
|
||||
# Date created: 24 May 2002
|
||||
# Whom: Daniel B. Hemmerich <dan@spot.org>
|
||||
#
|
||||
# Created by: Daniel B. Hemmerich <dan@spot.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Text-FIGlet
|
||||
PORTVERSION= 2.18
|
||||
PORTVERSION= 2.19
|
||||
CATEGORIES= misc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,13 +11,23 @@ EXTRACT_SUFX= .tgz
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Perl module to provide FIGlet abilities, akin to banner
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
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
|
||||
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::Illuminated.3 \
|
||||
Text::FIGlet::LICENSE.3 \
|
||||
Text::FIGlet::Ransom.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Text-FIGlet-2.18.tgz) = d60930e31c71bd218c4087e8393a201af8f4386f6a07ea4086b645b6864b93d8
|
||||
SIZE (Text-FIGlet-2.18.tgz) = 79990
|
||||
SHA256 (Text-FIGlet-2.19.tgz) = 8b88f7f373247170ee2d581cbcc1ac43ce136e0dfcfd776d6fcb562b6e8cd2f8
|
||||
SIZE (Text-FIGlet-2.19.tgz) = 82920
|
||||
|
@ -5,6 +5,7 @@ bin/showfigfonts.pl
|
||||
%%SITE_PERL%%/Text/FIGlet.pm
|
||||
%%SITE_PERL%%/Text/FIGlet/Control.pm
|
||||
%%SITE_PERL%%/Text/FIGlet/Font.pm
|
||||
%%SITE_PERL%%/Text/FIGlet/Illuminated.pm
|
||||
%%SITE_PERL%%/Text/FIGlet/LICENSE.pod
|
||||
%%SITE_PERL%%/Text/FIGlet/Ransom.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/FIGlet/.packlist
|
||||
|
Loading…
Reference in New Issue
Block a user