mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
3262744fcc
The mblaze message system is a set of Unix utilities for processing and interacting with mail messages which are stored in maildir folders. WWW: https://github.com/chneukirchen/mblaze Reviewed by: koobs, mat Approved by: koobs (mentor) Differential Revision: https://reviews.freebsd.org/D16759
23 lines
350 B
Makefile
23 lines
350 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mblaze
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.4
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= loader@FreeBSD.org
|
|
COMMENT= Unix utilities to deal with Maildir
|
|
|
|
LICENSE= CC0-1.0 MIT PD
|
|
LICENSE_COMB= multi
|
|
|
|
USES= gmake perl5
|
|
USE_GITHUB= yes
|
|
USE_PERL5= test
|
|
|
|
GH_ACCOUNT= chneukirchen
|
|
MAKEFILE= GNUmakefile
|
|
TEST_TARGET= check
|
|
|
|
.include <bsd.port.mk>
|