15 lines
277 B
Makefile
15 lines
277 B
Makefile
PORTNAME= strptime
|
|
PORTVERSION= 0.2.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= girgen@FreeBSD.org
|
|
COMMENT= Fast strptime engine
|
|
WWW= https://github.com/nurse/strptime
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|