0ef2b592d1
PR: ports/177030 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com>
15 lines
359 B
Makefile
15 lines
359 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= LdapContrib
|
|
SVNREV= 16840
|
|
PORTREVISION= 1
|
|
MASTER_SITES= http://protey.ru/freebsd/distfiles/ \
|
|
${MASTER_SITE_LOCAL:S!$!skv/!}
|
|
|
|
COMMENT= LDAP services for TWiki
|
|
|
|
RUN_DEPENDS= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
|
|
|
|
.include "${.CURDIR}/../twiki/bsd.twiki.mk"
|
|
.include <bsd.port.mk>
|