blob: a8025266cab860260489be664940d3fa097d532a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= delatt
DISTVERSION= 1.1.3
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Strip attachments from email
LICENSE= GPLv2
USES= shebangfix perl5
USE_PERL5= run
NO_BUILD= yes
NO_ARCH= yes
SHEBANG_FILES= delatt
PLIST_FILES= bin/delatt
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
|