freebsd-ports/security/rubygem-rasn1/Makefile

19 lines
353 B
Makefile

PORTNAME= rasn1
PORTVERSION= 0.13.1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Pure ruby ASN.1 library
WWW= https://github.com/lemontree55/rasn1
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-strptime>=0.2.5<0.3:devel/rubygem-strptime
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>