freebsd-ports/devel/R-cran-itertools/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

19 lines
357 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= itertools
DISTVERSION= 0.1-3
PORTREVISION= 1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Iterator Tools for R
LICENSE= GPLv2
RUN_DEPENDS= R-cran-iterators>=1.0.0:devel/R-cran-iterators
USES= cran:auto-plist
.include <bsd.port.mk>