mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
cf118ccf87
Reported by: lwhsu
16 lines
273 B
Makefile
16 lines
273 B
Makefile
PORTNAME= ini
|
|
DISTVERSION= 0.3.1
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= ygy@FreeBSD.org
|
|
COMMENT= Read and Write '.ini' Files
|
|
|
|
LICENSE= GPLv3
|
|
|
|
TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|