1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/mail/poppwd/Makefile

23 lines
467 B
Makefile
Raw Normal View History

# 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
2003-02-21 12:51:06 +00:00
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>