/* XPM */ static char * score_high_xpm[] = { "16 16 7 1", " c None", ". c #BCBCBC", "+ c #00FF00", "@ c #000000", "# c #17D1EA", "$ c #FFFFFF", "% c #EF9815", " ", " .+ ", " @@@ .++ ", " @#@#@ .++ ", " @$%$@ .++ ", " @$$$@ . + ", " @@$@@ . ", " @@$$$@@ . ", " @@$$$$$@@@@ ", " @@$$$$$@@ . ", " @@$$$$$@ . ", " @@$$$$$@ . ", " @$$$$$@ . ", " %%$%% . ", " %% %% . ", " "}; ='vcs-git' href='https://www.lant.com.tw/~lantw44/git/freebsd-ports' title='freebsd-ports Git repository'/>
aboutsummaryrefslogblamecommitdiffstats
path: root/devel/R-cran-iterators/Makefile
blob: 79a9a4af8c1203036d0211895206545bcfdd00d9 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                           
                     
                 
                     




                                          
                   




                           
# New ports collection makefile for:    R-cran-iterators
# Date created:     2011-08-16
# Whom:         TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   iterators
PORTVERSION=    1.0.6
PORTREVISION=   1
CATEGORIES= devel
DISTNAME=   ${PORTNAME}_${PORTVERSION}

MAINTAINER= tota@FreeBSD.org
COMMENT=    Iterator construct for R

LICENSE=    AL2

USE_R_MOD=  yes
R_MOD_AUTOPLIST=    yes

.include <bsd.port.mk>