forked from Lainports/freebsd-ports
- Update WWW Changes: https://github.com/lemontree55/rasn1/blob/master/Changelog.md https://github.com/lemontree55/rasn1/commits/master
19 lines
353 B
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>
|