aboutsummaryrefslogtreecommitdiffstats
path: root/lang/asn1c/Makefile
blob: ec402ab660be05bfeff258a76e64877737d908bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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

MAN1=   asn1c.1 enber.1 unber.1

NO_STAGE=   yes
post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>