mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
cf118ccf87
Reported by: lwhsu
19 lines
366 B
Makefile
19 lines
366 B
Makefile
PORTNAME= dsbmc-cli
|
|
PORTVERSION= 0.4
|
|
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>
|