13 lines
234 B
Makefile
13 lines
234 B
Makefile
PORTNAME= xfun
|
|
PORTVERSION= 0.28
|
|
CATEGORIES= misc
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Miscellaneous Functions by Yihui Xie
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|