mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
a42ed5f9e4
While here fix shebang on perl scripts
21 lines
356 B
Makefile
21 lines
356 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bsdbuild
|
|
PORTVERSION= 3.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://stable.hypertriton.com/bsdbuild/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= BSD-licensed portable build system
|
|
|
|
USES= perl5 shebangfix
|
|
SHEBANG_FILES= *.pl mk/*.pl
|
|
GNU_CONFIGURE= yes
|
|
|
|
LICENSE= BSD
|
|
|
|
CONFIGURE_ARGS= --with-catman=no
|
|
|
|
.include <bsd.port.mk>
|