1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/lang/asn1c/Makefile

18 lines
377 B
Makefile
Raw Normal View History

2013-05-03 21:35:23 +00:00
# Created by: Lev Walkin <vlm@lionet.info>
# $FreeBSD$
PORTNAME= asn1c
PORTVERSION= 0.9.24
CATEGORIES= lang converters security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
http://lionet.info/soft/
MAINTAINER= vlm@lionet.info
COMMENT= Modern ASN.1 to C compiler
GNU_CONFIGURE= yes
USES= perl5 gmake
SUB_FILES= pkg-message
.include <bsd.port.mk>