summaryrefslogtreecommitdiff
path: root/math/R-cran-Zelig/Makefile
blob: df03618571c4e799c5dc326d485bf1c91eb752d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=	Zelig
DISTVERSION=	4.1-3
PORTREVISION=	4
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Everyone's Statistical Software

BUILD_DEPENDS=	R-cran-sandwich>=0:${PORTSDIR}/math/R-cran-sandwich
RUN_DEPENDS=	R-cran-sandwich>=0:${PORTSDIR}/math/R-cran-sandwich

USES=	cran:auto-plist

.include <bsd.port.mk>