e841116b9d
- Add LICENSE_FILE Changes: https://github.com/copiousfreetime/hitimes/blob/master/HISTORY.md
18 lines
316 B
Makefile
18 lines
316 B
Makefile
# Created by: Michael Moll <kvedulv at kvedulv.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hitimes
|
|
PORTVERSION= 1.2.4
|
|
CATEGORIES= devel ruby
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= High resolution timer library for Ruby
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|