aboutsummaryrefslogtreecommitdiffstats
path: root/devel/R-cran-magrittr/Makefile
blob: 2fa14ea8f3429d7c25ae0d2fc5e7e36024145e44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=   magrittr
PORTVERSION=    1.5
CATEGORIES= devel
DISTNAME=   ${PORTNAME}_${DISTVERSION}

MAINTAINER= tota@FreeBSD.org
COMMENT=    Forward-Pipe Operator for R

LICENSE=    MIT

USES=   cran:auto-plist

.include <bsd.port.mk>