mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
f4bb5f93d1
Details: - Fix issue where LDAP login with empty passwort was possible, see https://github.com/pdav/netmagis/issues/173 - Fix LICENSE* - Pet portlint PR: 226437 Submitted by: dgeo@centrale-marseille.fr Approved by: pdagog@gmail.com (maintainer) MFH: 2018Q1
18 lines
353 B
Makefile
18 lines
353 B
Makefile
# Created by: Pierre David <pdagog@gmail.com>, Jean Benoit <jean@unistra.fr>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= netmagis
|
|
PKGNAMESUFFIX= -utils
|
|
|
|
COMMENT= Netmagis command-line utilities
|
|
|
|
LICENSE= CECILL-B
|
|
|
|
RUN_DEPENDS= netmagis-config:net-mgmt/netmagis-common
|
|
|
|
MASTERDIR= ${.CURDIR}/../netmagis-common
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|