freebsd-ports/textproc/R-cran-htmltools/Makefile
TAKATSU Tomonari 0ae4d31461 - Update to 0.3
- Fix LICENSE
2016-01-24 07:08:39 +00:00

18 lines
363 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= htmltools
PORTVERSION= 0.3
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Tools for HTML generation and output
LICENSE= GPLv2+
RUN_DEPENDS= R-cran-digest>0:${PORTSDIR}/security/R-cran-digest
USES= cran:auto-plist
.include <bsd.port.mk>