1PORTNAME=	dragonfly-base
2PORTVERSION=	1.0
3PORTREVISION=	1
4CATEGORIES=	misc
5
6# VALID_CATEGORIES+= dragonfly
7
8MAINTAINER=	dillon@backplane.com
9COMMENT=	DragonFlyBSD meta-port for base additions
10WWW=		https://www.dragonflybsd.org/
11
12USES=	metaport
13
14COMPONENTS+=	ports-mgmt/pkg \
15		security/ca_root_nss \
16		devel/git-lite \
17		dns/bind-tools \
18		net/isc-dhcp44-server \
19		sysutils/cdrtools
20
21.for comp in ${COMPONENTS}
22prefix=${comp:C/.*\///}
23RUN_DEPENDS:= ${RUN_DEPENDS} ${prefix}>0:${comp}
24.endfor
25
26.include <bsd.port.mk>
27