blob: 36476990148565fa653cd88d1ecf4ac8b05cf0ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= rbibutils
PORTVERSION= 2.0
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Convert Between Bibliography Formats
LICENSE= GPLv2
RUN_DEPENDS= R-cran-xml2>0:textproc/R-cran-xml2
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|