mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
72ea7e696b
With hat: portmgr Sponsored by: Absolight
16 lines
326 B
Makefile
16 lines
326 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= LdapContrib
|
|
SVNREV= 16840
|
|
PORTREVISION= 1
|
|
MASTER_SITES= http://protey.ru/freebsd/distfiles/ \
|
|
LOCAL/skv
|
|
|
|
COMMENT= LDAP services for TWiki
|
|
|
|
RUN_DEPENDS= p5-perl-ldap>=0:net/p5-perl-ldap
|
|
|
|
.include "${.CURDIR}/../twiki/bsd.twiki.mk"
|
|
.include <bsd.port.mk>
|