mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
f927ae941d
comms/pear-Horde_ActiveSync 2.29.2 -> 2.30.0 devel/pear-Horde_Core 2.22.0 -> 2.22.1 devel/pear-Horde_Nls 2.0.5 -> 2.1.0 devel/pear-Horde_Notification 2.0.2 -> 2.0.3 textproc/pear-Horde_Pdf 2.0.5 -> 2.0.6 devel/pear-Horde_Queue 1.1.2 -> 1.1.3 security/pear-Horde_Secret 2.0.4 -> 2.0.5 www/pear-Horde_SessionHandler 2.2.4 -> 2.2.5 devel/pear-Horde_Token 2.0.6 -> 2.0.7 devel/horde-content 2.0.4 -> 2.0.5 ftp/horde-gollem 3.0.5 -> 3.0.6 www/horde-base 5.2.7 -> 5.2.8 mail/horde-imp 6.2.10 -> 6.2.11 mail/horde-ingo 3.2.6 -> 3.2.7 deskutils/horde-kronolith 4.2.9 -> 4.2.11 deskutils/horde-mnemo 4.2.7 -> 4.2.8 deskutils/horde-nag 4.2.5 -> 4.2.6 www/horde-passwd 5.0.3 -> 5.0.4 www/horde-trean 1.1.2 -> 1.1.3 mail/horde-turba 4.2.8 -> 4.2.10 mail/horde-webmail 5.2.10 -> 5.2.11 deskutils/horde-groupware 5.2.10 -> 5.2.11
27 lines
437 B
Makefile
27 lines
437 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= passwd
|
|
PORTVERSION= 5.0.4
|
|
CATEGORIES= www pear
|
|
PKGNAMEPREFIX= horde-
|
|
|
|
MAINTAINER= horde@FreeBSD.org
|
|
COMMENT= Horde password changing application
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= horde cpe
|
|
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.mk>
|