pkgsrc/lang/asn1c/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

21 lines
520 B
Makefile

# $NetBSD: Makefile,v 1.2 2014/05/29 23:36:42 wiz Exp $
#
DISTNAME= asn1c-0.9.24
PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://lionet.info/soft/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://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"