aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-bibtex/Makefile
blob: b37623b6a04b2df5a1264f18db0298d55251f8bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	bibtex
DISTVERSION=	0.5.1
CATEGORIES=	textproc
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Bibtex Parser
WWW=		https://cran.r-project.org/web/packages/bibtex/

LICENSE=	GPLv2+

CRAN_DEPENDS=	R-cran-backports>=1.4.0:math/R-cran-backports
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>