freebsd-ports/devel/rubygem-time/Makefile
2023-11-15 01:16:27 +08:00

20 lines
407 B
Makefile

PORTNAME= time
PORTVERSION= 0.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Extend the Time class with methods for parsing and conversion
WWW= https://github.com/ruby/time
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-date>=0:devel/rubygem-date
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>