aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-Zelig/Makefile
blob: 6744ff70369abd14f5b918fe4713d34688c4c6c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    Zelig
# Date created:     2009-03-27
# Whom:         Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   Zelig
DISTVERSION=    3.5.1
PORTREVISION=   1
CATEGORIES= math
PKGNAMEPREFIX=  R-cran-
DISTNAME=   ${PORTNAME}_${DISTVERSION}

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

USE_R_MOD=  yes
R_MOD_AUTOPLIST=    yes

.include <bsd.port.mk>