freebsd-ports/misc/pfm/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

23 lines
559 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-ReadLine-Gnu>=1.09:devel/p5-ReadLine-Gnu \
p5-Term-ScreenColor>=1.13:devel/p5-Term-ScreenColor
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>