freebsd-ports/www/twiki-LDAPPasswordChangerPlugin/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

17 lines
422 B
Makefile

# Created by: Alexey V. Degtyarev
# $FreeBSD$
PORTNAME= LDAPPasswordChangerPlugin
PORTVERSION= 0.0.${SVNREV}
CATEGORIES= www
MASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Change TWiki password at a pre-configured LDAP server
RUN_DEPENDS= p5-perl-ldap>=0:net/p5-perl-ldap
SVNREV= 18108
.include "${.CURDIR}/../twiki/bsd.twiki.mk"
.include <bsd.port.mk>