mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
06df180a9e
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
22 lines
542 B
Makefile
22 lines
542 B
Makefile
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
|
|
WWW= https://p-f-m.sourceforge.net/
|
|
|
|
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>
|