freebsd-ports/devel/dcd-client/Makefile
Jose Alonso Cardenas Marquez 6e91089154 - Update to 0.9.1
2018-02-01 23:54:11 +00:00

16 lines
328 B
Makefile

# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
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"