mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
10a2b4693f
(5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@)
34 lines
645 B
Makefile
34 lines
645 B
Makefile
# New ports collection makefile for: delatt
|
|
# Date created: 22 Jun 2005
|
|
# Whom: 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
|
|
|
|
USE_PERL5_RUN= yes
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/delatt
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|^#!/usr/bin/perl|#!${PERL}|' \
|
|
${WRKSRC}/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|