mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
b8985b62e7
Approved by: portmgr (blanket)
29 lines
753 B
Makefile
29 lines
753 B
Makefile
PORTNAME= mail-expire
|
|
PORTVERSION= 0.9.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= DEBIAN
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= arved@FreeBSD.org
|
|
COMMENT= Expire old mails from mailboxes
|
|
WWW= https://salsa.debian.org/blade/mail-expire
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
|
|
RUN_DEPENDS= p5-Mail-Mbox-MessageParser>=0:mail/p5-Mail-Mbox-MessageParser
|
|
|
|
USES= gmake perl5 shebangfix tar:xz
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
NO_ARCH= yes
|
|
SHEBANG_FILES= mail-expire
|
|
PLIST_FILES= bin/mail-expire ${PREFIX}/share/man/man1/mail-expire.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/mail-expire ${STAGEDIR}${PREFIX}/bin/
|
|
${INSTALL_MAN} ${WRKSRC}/mail-expire.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
|
|
|
.include <bsd.port.mk>
|