Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/lang/asn1c/Makefile
28249 views
PORTNAME=	asn1c
DISTVERSION=	0.9.28
CATEGORIES=	lang converters security
MASTER_SITES=	https://github.com/vlm/${PORTNAME}/releases/download/v${DISTVERSION}/

MAINTAINER=	[email protected]
COMMENT=	Modern ASN.1 to C compiler
WWW=		https://lionet.info/asn1c

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cpe gmake perl5
CPE_VENDOR=	${PORTNAME}_project
GNU_CONFIGURE=	yes
SUB_FILES=	pkg-message

.include <bsd.port.mk>