summaryrefslogtreecommitdiff
path: root/lang/asn1c/Makefile
blob: 35647655d4ad2d747ef7d4fa01a4678b1a1f4a12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Lev Walkin <vlm@lionet.info>

PORTNAME=	asn1c
PORTVERSION=	0.9.27
DISTVERSIONPREFIX=	v
CATEGORIES=	lang converters security

MAINTAINER=	vlm@lionet.info
COMMENT=	Modern ASN.1 to C compiler

USE_GITHUB=	yes
GH_ACCOUNT=	vlm
GH_PROJECT=	asn1c

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

.include <bsd.port.mk>