1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/lang/asn1c/Makefile
Stefan Eßer 0af7cfd770 lang/asn1c: Add CPE information
Approved by:	portmgr (blanket)
2021-10-20 18:13:16 +02:00

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>