mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
19 lines
385 B
Makefile
19 lines
385 B
Makefile
# Created by: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= testing
|
|
PORTVERSION= ${ATS_VER}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= jyyou@cs.nctu.edu.tw
|
|
COMMENT= Facilitating construction of testing code for ATS language
|
|
|
|
NO_BUILD= yes
|
|
ATS_CTRB= testing
|
|
|
|
NO_STAGE= yes
|
|
.include "${.CURDIR}/../../lang/ats/bsd.ats.mk"
|
|
.include <bsd.port.mk>
|