blob: 617a7fe8fb4096f12c25b3aabee58b5226f55ca1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
PORTNAME= colm
DISTVERSION= 0.14.7-43
DISTVERSIONSUFFIX= -gd00ef793
CATEGORIES= lang
MAINTAINER= yuri@FreeBSD.org
COMMENT= Colm Programming Language
WWW= https://github.com/adrian-thurston/colm
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= bash:shells/bash
RUN_DEPENDS= bash:shells/bash
USES= autoreconf gmake libtool shebangfix
USE_GITHUB= yes
GH_ACCOUNT= adrian-thurston
SHEBANG_GLOB= *.sh
SHEBANG_FILES= test/runtests
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check # 1 tests fails, see https://github.com/adrian-thurston/colm/issues/153
PORTSCOUT= limit:^[0-9]+\.[0-9]+ # ignore alpha-numeric tags like colm-barracuda-v5
.include <bsd.port.mk>
|