1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/mail/mblaze/Makefile
Fukang Chen 3262744fcc [NEW PORT]: mail/mblaze: Unix utilities to deal with Maildir
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
2018-08-20 05:31:06 +00:00

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>