mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
26 lines
635 B
Makefile
26 lines
635 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= plyr
|
|
PORTVERSION= 1.8.4
|
|
PORTREVISION= 4
|
|
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:devel/R-cran-Rcpp
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/R/library/plyr/libs/plyr.so
|
|
|
|
.include <bsd.port.mk>
|