mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
6fb1314992
So it won't reuse the one from devel/arcanist-lib, which links to library documentation instead of a user manual. PR: 251937
14 lines
230 B
Makefile
14 lines
230 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= arcanist
|
|
|
|
MAINTAINER= grembo@FreeBSD.org
|
|
COMMENT= Command line interface for Phabricator
|
|
|
|
SLAVEPORT= bin
|
|
|
|
MASTERDIR= ${.CURDIR}/../arcanist-lib
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
.include "${MASTERDIR}/Makefile"
|