freebsd-ports/textproc/R-cran-stringr/Makefile
TAKATSU Tomonari bec0f8734e - Update to 0.6.2
- Convert to new Makefile header
- Trim WWW: line in pkg-descr

Feature safe:	yes
2012-12-07 16:14:13 +00:00

19 lines
368 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= stringr
PORTVERSION= 0.6.2
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
.include <bsd.port.mk>