mirror of
https://git.freebsd.org/ports.git
synced 2025-05-08 03:40:46 -04:00
18 lines
397 B
Makefile
18 lines
397 B
Makefile
PORTNAME= bsdbuild
|
|
PORTVERSION= 3.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://stable.hypertriton.com/bsdbuild/
|
|
|
|
MAINTAINER= vedge@hypertriton.com
|
|
COMMENT= Portable BSD-style build system
|
|
WWW= https://bsdbuild.hypertriton.com/
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= perl5 shebangfix
|
|
SHEBANG_FILES= *.pl mk/*.pl
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
.include <bsd.port.mk>
|