summaryrefslogtreecommitdiff
path: root/textproc/R-cran-stringr/Makefile
blob: 3142029be80979e3db87e3f8fc2cbad86a48eba9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=	stringr
PORTVERSION=	0.6.2
PORTREVISION=	5
CATEGORIES=	textproc
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Make it easier to work with strings

LICENSE=	GPLv2

RUN_DEPENDS=	R-cran-plyr>0:${PORTSDIR}/devel/R-cran-plyr

USE_R_MOD=	yes
R_MOD_AUTOPLIST=	yes

NO_STAGE=	yes
.include <bsd.port.mk>