mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
Whitespace.
This commit is contained in:
parent
016527aee7
commit
5917cbfb83
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101067
@ -1,17 +1,17 @@
|
||||
# New ports collection makefile for: ldap2dns
|
||||
# Date created: 29 September 2003
|
||||
# Whom: Bruce M Simpson <bms@FreeBSD.org>
|
||||
# New ports collection makefile for: ldap2dns
|
||||
# Date created: 29 September 2003
|
||||
# Whom: Bruce M Simpson <bms@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ldap2dns
|
||||
PORTVERSION= 0.3.1
|
||||
PORTNAME= ldap2dns
|
||||
PORTVERSION= 0.3.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://ldap2dns.tiscover.com/
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://ldap2dns.tiscover.com/
|
||||
|
||||
MAINTAINER= bms@FreeBSD.org
|
||||
MAINTAINER= bms@FreeBSD.org
|
||||
COMMENT= Maintain DNS zones using an LDAP directory
|
||||
|
||||
WITH_OPENLDAP_VER?= 12
|
||||
@ -26,12 +26,12 @@ LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap12
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
|
||||
${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap
|
||||
|
||||
USE_GMAKE=yes
|
||||
USE_PERL5=yes
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
|
||||
MAKE_ENV+=PREFIX=$(PREFIX)
|
||||
MAKE_ENV+=INC=-I$(PREFIX)/include
|
||||
MAKE_ENV+=LIB=-L$(PREFIX)/lib
|
||||
MAKE_ENV+= PREFIX=$(PREFIX)
|
||||
MAKE_ENV+= INC=-I$(PREFIX)/include
|
||||
MAKE_ENV+= LIB=-L$(PREFIX)/lib
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${DATADIR}
|
||||
|
Loading…
Reference in New Issue
Block a user