20 lines
340 B
Makefile
20 lines
340 B
Makefile
# 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= perl5 gmake
|
|
SUB_FILES= pkg-message
|
|
|
|
.include <bsd.port.mk>
|