1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/mail/gotmail/Makefile
Marcelo Araujo dcc5f1aa94 - Return almost all of my ports back to the pool. I have no time to make any
necessary fixes on them for the past months.
2013-11-29 07:37:52 +00:00

35 lines
819 B
Makefile

# Created by: Christopher Elkins <chrise@scardini.com>
# $FreeBSD$
PORTNAME= gotmail
PORTVERSION= 0.9.0
PORTREVISION= 2
CATEGORIES= mail perl5
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A script to fetch mail from a Hotmail or MSN mailbox
RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-Net>=0:${PORTSDIR}/net/p5-Net
MAN1= ${PORTNAME}.1
USES= perl5
NO_STAGE= yes
do-install:
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \
${MANPREFIX}/man/man1/${PORTNAME}.1
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in ChangeLog README sample.gotmailrc
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor # i in ChangeLog README sample.gotmailrc
.endif # !defined(NOPORTDOCS)
.include <bsd.port.mk>