mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 15:07:01 -04:00
15 lines
319 B
Makefile
15 lines
319 B
Makefile
PORTNAME= tinytest
|
|
DISTVERSION= 1.4.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= eduardo@FreeBSD.org
|
|
COMMENT= Lightweight and Feature Complete Unit Testing Framework
|
|
WWW= https://github.com/markvanderloo/tinytest
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|