1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/mail/poppwd/Makefile
Ion-Mihai Tetcu 7becd641a5 Remove 4.x support.
PR:		ports/111768
Submitted by:	Marcelo Araujo (araujo@bsdmail.org)
Reviewed by:	maintainer
2007-04-18 21:16:20 +00:00

24 lines
525 B
Makefile

# New ports collection makefile for: poppwd
# Date created: 12 Jan 2001
# Whom: 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
.include <bsd.port.mk>