aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-App-ZFSCurses/Makefile
blob: 91a534601eba2142220a6899c623d5d4ea4df55f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Patrice Clement <monsieurp@gentoo.org

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>