aboutsummaryrefslogtreecommitdiffstats
path: root/mail/poppwd/Makefile
blob: afe6f5a3fac49c6def243fc45c14e3aac4851258 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    poppwd
# Date created:     12 Jan 2001
# Whom:         Andrew Stevenson <andrew@ugh.net.au>
#
# $FreeBSD$
#

PORTNAME=   poppwd
PORTVERSION=    1.0
CATEGORIES= mail
MASTER_SITES=   http://freebsd.unixfreunde.de/sources/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Implementation of the Eudora (compatible) password changing protocol

WRKSRC=     ${WRKDIR}/poppwd

MAN8=       poppwd.8
MANCOMPRESSED=  maybe
PLIST_FILES=    libexec/poppwd

.include <bsd.port.mk>