freebsd-ports/devel/bsdbuild/Makefile
2014-12-22 17:12:26 +00:00

20 lines
363 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= BSD2CLAUSE
CONFIGURE_ARGS= --with-catman=no
.include <bsd.port.mk>