597afc47ba
With hat: portmgr Sponsored by: Absolight
18 lines
334 B
Makefile
18 lines
334 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= markdown
|
|
PORTVERSION= 0.7.7
|
|
CATEGORIES= textproc
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Markdown Rendering for R
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= R-cran-mime>=0.3:misc/R-cran-mime
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|