summaryrefslogtreecommitdiff
path: root/devel/bsdbuild/Makefile
blob: 4221ae1c376ef4c02ee75a5eec4c883b6ab82a04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

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>