freebsd-ports/sysutils/p5-App-ZFSCurses/Makefile
Li-Wen Hsu 303b80d26c Add devel/p5-App-ZFSCurses
Curses UI to query/modify a ZFS dataset/snapshot properties

PR:		248517
Submitted by:	Patrice Clement <monsieurp@gentoo.org>
2020-09-26 07:44:00 +00:00

22 lines
468 B
Makefile

# Created by: Patrice Clement <monsieurp@gentoo.org
# $FreeBSD$
PORTNAME= App-ZFSCurses
PORTVERSION= 1.212
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= monsieurp@gentoo.org
COMMENT= Curses UI to query/modify a ZFS dataset/snapshot properties
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Curses>=0:devel/p5-Curses \
p5-Curses-UI>=0:devel/p5-Curses-UI
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>