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