freebsd-ports/devel/bsdbuild/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

15 lines
301 B
Makefile

PORTNAME= bsdbuild
PORTVERSION= 3.1
CATEGORIES= devel
MASTER_SITES= http://stable.hypertriton.com/bsdbuild/
MAINTAINER= vedge@hypertriton.com
COMMENT= Portable BSD-style build system
LICENSE= BSD2CLAUSE
USES= perl5 shebangfix
SHEBANG_FILES= *.pl mk/*.pl
GNU_CONFIGURE= yes
.include <bsd.port.mk>