97b5e225b9
- Add LICENSE section - Use single space after WWW: in pkg-descr
18 lines
353 B
Makefile
18 lines
353 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= itertools
|
|
DISTVERSION= 0.1-3
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Iterator Tools for R
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= R-cran-iterators>=1.0.0:${PORTSDIR}/devel/R-cran-iterators
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|