mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
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>
|