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