blob: 7ed47f7c157f46e59d65fca0c7af2f8e8a477c8b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Ports collection makefile for: horde-passwd
# Date created: Thu Feb 12, 2004
# Whom: Joao Carlos Mendes Luis (<jonny@jonny.eng.br>)
#
# $FreeBSD$
#
PORTNAME= passwd
PORTVERSION= 3.0.1
CATEGORIES= www mail
PKGNAMEPREFIX= horde-
DIST_SUBDIR= horde
MAINTAINER= beech@alaskaparadise.com
COMMENT= Password changing module for Horde
USE_HORDE= base
USE_GETTEXT= yes
PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES TODO
.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
.include <bsd.port.mk>
|