freebsd-ports/mail/poppy/Makefile
Kevin Lo 7513fc9753 Initial import of poppy-3.1
Poppy is a small perl script that allows you to perform simple tasks
on a POP3 or IMAP server.  It is of most use in a "limited resources
environment" whether thats low disk space, slow internet connection,
or no graphical environment.
2001-06-13 06:09:13 +00:00

21 lines
417 B
Makefile

# New ports collection makefile for: poppy
# Date created: 13 June 2001
# Whom: Kevin Lo <kevlo@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= poppy
PORTVERSION= 3.1
CATEGORIES= mail
MASTER_SITES= http://home.sprynet.com/~cbagwell/
MAINTAINER= kevlo@FreeBSD.org
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/poppy ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/poppy.1 ${PREFIX}/man/man1
.include <bsd.port.mk>