mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
0af7cfd770
Approved by: portmgr (blanket)
21 lines
376 B
Makefile
21 lines
376 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= cpe perl5 gmake
|
|
CPE_VENDOR= ${PORTNAME}_project
|
|
SUB_FILES= pkg-message
|
|
|
|
.include <bsd.port.mk>
|