1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/mail/delatt/Makefile
2013-10-24 15:11:40 +00:00

28 lines
529 B
Makefile

# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$
PORTNAME= delatt
DISTVERSION= 1.1.3
CATEGORIES= mail
MASTER_SITES= http://danborn.net/delatt/ \
CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Strip attachments from email
LICENSE= GPLv2
RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
USES= shebangfix perl5
USE_PERL5= run
NO_BUILD= yes
SHEBANG_FILES= delatt
PLIST_FILES= bin/delatt
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>