5703d29e99
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/
16 lines
271 B
Makefile
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>
|