PR: 190858 PR: 190859 PR: 190860 PR: 190861 PR: 190862 PR: 190863 PR: 190864 Submitted by: former maintainer Approved by: portmgr (blanket)
18 lines
382 B
Makefile
18 lines
382 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= ports@FreeBSD.org
|
|
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>
|