freebsd-ports/math/R-cran-Zelig/Makefile
Wen Heping 847d6abc46 - Update to 4.0-11
- Convert to new Makefile format
2012-10-01 11:54:19 +00:00

18 lines
413 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= Zelig
DISTVERSION= 4.0-11
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
USE_R_MOD= yes
R_MOD_AUTOPLIST=yes
.include <bsd.port.mk>