35e9edfef0
- patch was upstreamed PR: 201609 Submitted by: vedge@hypertriton.com
17 lines
314 B
Makefile
17 lines
314 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|