mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
cf118ccf87
Reported by: lwhsu
21 lines
339 B
Makefile
21 lines
339 B
Makefile
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= leahneukirchen
|
|
MAKEFILE= GNUmakefile
|
|
TEST_TARGET= check
|
|
|
|
.include <bsd.port.mk>
|