opnsense-ports/security/rubygem-rasn1/Makefile
Franco Fichtner bc9fc2848c */*: sync with upstream
Taken from: FreeBSD
2023-04-11 09:42:51 +02:00

19 lines
350 B
Makefile

PORTNAME= rasn1
PORTVERSION= 0.12.1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Pure ruby ASN.1 library
WWW= https://github.com/sdaubert/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>