mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
8e3a938854
PR: 216042 Submitted by: yuri@rawbw.com Approved by: maintainer timeout (vlm@lionet.info, 2 weeks)
21 lines
352 B
Makefile
21 lines
352 B
Makefile
# Created by: Lev Walkin <vlm@lionet.info>
|
|
# $FreeBSD$
|
|
|
|
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>
|