blob: 0d08111399467be7955a9d81aadee204686a9d36 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTREVISION= 1
PKGNAMESUFFIX= -cli
COMMENT= Bitmark distributed property system cli
# license section (for portlint)
CONFLICTS= bitmark
DISTINFO_FILE= ${.CURDIR}/distinfo
OPTIONS_SLAVE= CLI
OPTIONS_EXCLUDE= DAEMON DUMPER RECORDER
MASTERDIR= ${.CURDIR}/../../net-p2p/bitmark
.include "${MASTERDIR}/Makefile"
|