blob: 31da123abfa1e96d225b1fd587f8aabe0b8e3580 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= bcunit
PORTVERSION= 3.0.2p20220210
CATEGORIES= devel
MAINTAINER= bofh@FreeBSD.org
COMMENT= Fork of defunct project CUnit, with several fixes and patches applied
WWW= https://gitlab.linphone.org/BC/public/bcunit
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf cmake libtool pathfix pkgconfig
USE_GITLAB= yes
GL_SITE= https://gitlab.linphone.org/BC
GL_ACCOUNT= public
GL_COMMIT= e3557aed8ba22e04047a9e4371a331b863081fc8
USE_LDCONFIG= yes
.include <bsd.port.mk>
|