19 lines
350 B
Makefile
19 lines
350 B
Makefile
PORTNAME= rasn1
|
|
PORTVERSION= 0.13.0
|
|
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>
|