- Add LICENSE_FILE
- Fix shebangs Approved by: portmgr blanket MFH: 2015Q3 (blanket)
This commit is contained in:
parent
ecc931f0a8
commit
323a5c1ca3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395335
1 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= ldapdns
|
||||
PORTVERSION= 2.07
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= http://bsdforge.com/projects/source/dns/ldapdns/
|
||||
|
||||
|
@ -11,6 +11,7 @@ MAINTAINER= portmaster@bsdforge.com
|
|||
COMMENT= LDAP-backed DNS server
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools \
|
||||
tcpserver:${PORTSDIR}/sysutils/ucspi-tcp
|
||||
|
@ -23,7 +24,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX}
|
|||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_CSTD= gnu89
|
||||
USES= tar:xz
|
||||
USES= shebangfix tar:xz
|
||||
SHEBANG_FILES= admin/*
|
||||
|
||||
ALL_TARGET= default
|
||||
|
||||
|
|
Loading…
Reference in a new issue