freebsd-ports/devel/R-cran-hms/Makefile
TAKATSU Tomonari 5703d29e99 - Add new port: devel/R-cran-hms
Implements an S3 class for storing and formatting time-of-day values,
  based on the 'difftime' class.

  WWW: https://cran.r-project.org/web/packages/hms/
2017-09-06 22:35:41 +00:00

16 lines
271 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= hms
PORTVERSION= 0.3
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Pretty Time of Day
LICENSE= GPLv3
USES= cran:auto-plist
.include <bsd.port.mk>