freebsd-ports/devel/R-cran-plyr/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

28 lines
751 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= plyr
PORTVERSION= 1.8.1
PORTREVISION= 1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Tools for splitting, applying, and combining data
LICENSE= MIT HW
LICENSE_COMB= multi
LICENSE_NAME_HW= Hadley Wickham COPYRIGHT
LICENSE_FILE_HW= ${WRKSRC}/LICENSE
LICENSE_PERMS_HW= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
RUN_DEPENDS= R-cran-Rcpp>=0.11.0:${PORTSDIR}/devel/R-cran-Rcpp \
R-cran-itertools>0:${PORTSDIR}/devel/R-cran-itertools \
R-cran-iterators>0:${PORTSDIR}/devel/R-cran-iterators
USES= cran:auto-plist
post-stage:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/R/library/plyr/libs/plyr.so
.include <bsd.port.mk>