mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
bb44e6d1a5
(part 1). Approved by: portmgr (itetcu)
21 lines
487 B
Makefile
21 lines
487 B
Makefile
# New ports collection makefile for: twiki-LdapContrib
|
|
# Date created: 10 Jun 2008
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= LdapContrib
|
|
SVNREV= 16840
|
|
PORTREVISION= 1
|
|
MASTER_SITES= http://protey.ru/freebsd/distfiles/ \
|
|
${MASTER_SITE_LOCAL:S!$!skv/!}
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
COMMENT= LDAP services for TWiki
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Bundle/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap
|
|
|
|
.include "${.CURDIR}/../twiki/bsd.twiki.mk"
|
|
.include <bsd.port.mk>
|