aboutsummaryrefslogtreecommitdiffstats
path: root/mail/poppwd/Makefile
blob: 18b76e6bcee0cac883f81eef6c017980012ec2b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Andrew Stevenson <andrew@ugh.net.au>
# $FreeBSD$

PORTNAME=   poppwd
PORTVERSION=    2.0
CATEGORIES= mail
MASTER_SITES=   ftp://ftp.ugh.net.au/pub/unix/poppwd/   \
        http://www.ugh.eclipse.co.uk/mirror/ftp.ugh.net.au/pub/unix/poppwd/

MAINTAINER= andrew@ugh.net.au
COMMENT=    Implementation of the Eudora password changing protocol

WRKSRC=     ${WRKDIR}/poppwd

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

NO_STAGE=   yes
.include <bsd.port.mk>