blob: c7dbdcc0ce4fc5bf4614729274a68931f9582274 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= evaluate
PORTVERSION= 0.12
PORTREVISION= 1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Parsing and Evaluation Tools
LICENSE= MIT
USES= cran:auto-plist
.include <bsd.port.mk>
|