freebsd-ports/mail/msgconvert/Makefile
Andrej Zverev 5c64b5a491 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 13:10:09 +00:00

34 lines
883 B
Makefile

# New ports collection makefile for: msgconvert
# Date created: 12 Jan 2003
# Whom: Franz Klammer <klammer@webonaut.com>
#
# $FreeBSD$
#
PORTNAME= msgconvert
PORTVERSION= 20060330
PORTREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= http://www.webonaut.com/distfiles/
DISTNAME= ${PORTNAME}-${PORTVERSION}.pl
EXTRACT_SUFX= .bz2
MAINTAINER= klammer@webonaut.com
COMMENT= Convert .MSG files to multipart MIME messages (mbox)
RUN_DEPENDS= p5-OLE-Storage_Lite>=0:${PORTSDIR}/devel/p5-OLE-Storage_Lite \
p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \
p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_BZIP2= yes
USE_PERL5= yes
EXTRACT_AFTER_ARGS= > ${PORTNAME}.pl
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}.pl
${LN} -s ${PREFIX}/bin/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>