mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
5fc0da942f
PR: 225163 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
20 lines
380 B
Makefile
20 lines
380 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dsbmc-cli
|
|
PORTVERSION= 0.1.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://freeshell.de/~mk/download/
|
|
|
|
MAINTAINER= mk@nic-nac-project.org
|
|
COMMENT= Command-line client for DSBMD
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= dsbmd>=0.3:sysutils/dsbmd
|
|
|
|
USES= tar:tgz
|
|
PLIST_FILES= bin/dsbmc-cli man/man1/dsbmc-cli.1.gz
|
|
|
|
.include <bsd.port.mk>
|