1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/mail/poppwd/Makefile
2014-02-03 11:11:36 +00:00

19 lines
440 B
Makefile

# 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
PLIST_FILES= libexec/poppwd \
man/man8/poppwd.8.gz
.include <bsd.port.mk>