You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
811 B
Tcl
23 lines
811 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup R 1.0
|
|
|
|
R.setup cran eddelbuettel RcppMagicEnum 0.0.1
|
|
revision 0
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Rcpp Bindings to Magic Enum C++ enum support
|
|
long_description {*}${description}
|
|
homepage https://github.com/eddelbuettel/rcppmagicenum
|
|
checksums rmd160 d50abf7ae546590b6a2a479cdb29aa08bb93d99a \
|
|
sha256 ea067f462a5eff55b645c824064c10997a94d27a6cafc467c3a31c3af21ce153 \
|
|
size 36116
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
depends_test-append port:R-tinytest
|
|
|
|
test.run yes
|