1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/mail/delatt/Makefile
2013-05-07 08:57:37 +00:00

28 lines
516 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
USE_PERL5_RUN= yes
NO_BUILD= yes
SHEBANG_FILES= delatt
PLIST_FILES= bin/delatt
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>