blob: 05a2ddef6b493c1ce067e7690a66efcfa02ee3b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Pierre David <pdagog@gmail.com>, Jean Benoit <jean@unistra.fr>
# $FreeBSD$
PORTNAME= netmagis
PKGNAMESUFFIX= -database
COMMENT= Utilities for the netmagis database server
RUN_DEPENDS= netmagis-config:net-mgmt/netmagis-common \
pwgen:sysutils/pwgen \
tcltls>=1.4.1:devel/tcltls \
${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
WANT_PGSQL+= server pltcl
MASTERDIR= ${.CURDIR}/../netmagis-common
PKGMESSAGE= ${.CURDIR}/pkg-message
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|