1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/misc/pfm/Makefile
Mathieu Arnold 95a28e9c7a Rename all three p5-ReadLine-(Gnu,Perl,TTYtter) to their real names
p5-Term-ReadLine-(Gnu,Perl,TTYtter).

I can't find any reason for p5-ReadLine-Gnu to have been added as
ReadLine-Gnu instead of Term-ReadLine-Gnu twenty years ago.

devel/p5-Term-ReadLine-Perl was added as a dupplicate a few years back
where it should not have, so change its maintainer to be perl@ like
devel/p5-ReadLine-Perl had.

Sponsored by:	Absolight
2016-06-21 13:24:53 +00:00

24 lines
569 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= pfm
PORTVERSION= 2.12.3
PORTREVISION= 1
CATEGORIES= misc perl5
MASTER_SITES= SF/p-f-m/${PORTNAME}/${PORTVERSION}
MAINTAINER= danfe@FreeBSD.org
COMMENT= Terminal (curses)-based file manager written in Perl
LICENSE= GPLv2
RUN_DEPENDS= p5-libwww>=5.827:www/p5-libwww \
p5-File-Stat-Bits>=1.01:sysutils/p5-File-Stat-Bits \
p5-Term-ReadLine-Gnu>=1.09:devel/p5-Term-ReadLine-Gnu \
p5-Term-ScreenColor>=1.13:devel/p5-Term-ScreenColor
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>