aboutsummaryrefslogtreecommitdiff
path: root/devel/dcd-client/Makefile
blob: e851317f77a933ac861dfb188be74cc1468614c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>

PORTREVISION=	0
CATEGORIES=	devel
PKGNAMESUFFIX=	-client

COMMENT=	Auto-complete program for the D programming language (client)

MASTERDIR=	${.CURDIR}/../../devel/dcd-server

PLIST=		${.CURDIR}/pkg-plist

DUB_CONFIG=	client

.include "${MASTERDIR}/Makefile"