freebsd-ports/devel/rubygem-time/Makefile

22 lines
438 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= time
PORTVERSION= 0.2.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Extend the Time class with methods for parsing and conversion
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-date>=0:devel/rubygem-date
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>