aboutsummaryrefslogtreecommitdiff
path: root/devel/bsdbuild/Makefile
blob: fe08843d816485fd7e99ac8d6939397f2ad7547f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $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>