freebsd-ports/www/horde-passwd/Makefile
Martin Matuska f8a70bc4e2 Horde port fixes:
- unify LATEST_LINK
- remove CONFLICTS
- fix comments
2012-12-18 13:24:49 +00:00

36 lines
745 B
Makefile

# Ports collection makefile for: horde-passwd
# Date created: Oct 28, 2011
# Whom: Martin Matuska (mm@FreeBSD.org)
#
# $FreeBSD$
#
PORTNAME= passwd
DISTVERSION= 5.0.0alpha0
CATEGORIES= www pear
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= mm/horde
PKGNAMEPREFIX= horde-
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde password changing application
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LATEST_LINK= horde-${PORTNAME}
USE_PHP= gettext
USE_HORDE_BUILD= Horde_Role
USE_HORDE_RUN= Horde_Role \
horde \
Horde_Auth \
Horde_Core \
Horde_Exception \
Horde_Injector \
Horde_Util \
Horde_View
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>