aboutsummaryrefslogtreecommitdiffstats
path: root/devel/R-cran-ini/Makefile
blob: a75f586f9219b5f0433bdc69f0aeffd468d36638 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	ini
DISTVERSION=	0.3.1
PORTREVISION=	1
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	uzsolt@FreeBSD.org
COMMENT=	Read and Write '.ini' Files
WWW=		https://github.com/dvdscripter/ini

LICENSE=	GPLv3

TEST_DEPENDS=	R-cran-testthat>0:devel/R-cran-testthat

USES=		cran:auto-plist

.include <bsd.port.mk>