9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
21 lines
524 B
Makefile
21 lines
524 B
Makefile
# $NetBSD: Makefile,v 1.7 2020/01/26 17:31:26 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= asn1c-0.9.24
|
|
PKGREVISION= 5
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://lionet.info/soft/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://lionet.info/asn1c/
|
|
COMMENT= Free, open source compiler of ASN.1 specifications into C source code
|
|
LICENSE= 2-clause-bsd
|
|
|
|
USE_LANGUAGES= c
|
|
USE_TOOLS+= autoconf gmake perl:run
|
|
GNU_CONFIGURE= yes
|
|
|
|
REPLACE_PERL+= examples/crfc2asn1.pl
|
|
REPLACE_PERL+= examples/clyx2asn1.pl
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|