aboutsummaryrefslogtreecommitdiffstats
path: root/devel/bsdbuild/Makefile
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2015-07-17 02:34:00 +0800
committerpgollucci <pgollucci@FreeBSD.org>2015-07-17 02:34:00 +0800
commitb6bb3267005c1b8f4b988c7aef34ac40f5e28b74 (patch)
tree90626c159a15bb90a3a3a0f96d7c74797dc81fd0 /devel/bsdbuild/Makefile
parentbe9f3a23267df1de7b98dc35749c81adccd6afdd (diff)
downloadfreebsd-ports-gnome-b6bb3267005c1b8f4b988c7aef34ac40f5e28b74.tar.gz
freebsd-ports-gnome-b6bb3267005c1b8f4b988c7aef34ac40f5e28b74.tar.zst
freebsd-ports-gnome-b6bb3267005c1b8f4b988c7aef34ac40f5e28b74.zip
devel/bsdbuild: update 3.0 -> 3.1
- patch was upstreamed PR: 201609 Submitted by: vedge@hypertriton.com
Diffstat (limited to 'devel/bsdbuild/Makefile')
-rw-r--r--devel/bsdbuild/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/devel/bsdbuild/Makefile b/devel/bsdbuild/Makefile
index 2d791976e31f..fe08843d8164 100644
--- a/devel/bsdbuild/Makefile
+++ b/devel/bsdbuild/Makefile
@@ -1,20 +1,17 @@
# $FreeBSD$
PORTNAME= bsdbuild
-PORTVERSION= 3.0
-PORTREVISION= 2
+PORTVERSION= 3.1
CATEGORIES= devel
MASTER_SITES= http://stable.hypertriton.com/bsdbuild/
-MAINTAINER= ports@FreeBSD.org
-COMMENT= BSD-licensed portable build system
+MAINTAINER= vedge@hypertriton.com
+COMMENT= Portable BSD-style build system
+
+LICENSE= BSD2CLAUSE
USES= perl5 shebangfix
SHEBANG_FILES= *.pl mk/*.pl
GNU_CONFIGURE= yes
-LICENSE= BSD2CLAUSE
-
-CONFIGURE_ARGS= --with-catman=no
-
.include <bsd.port.mk>