pkgsrc/devel/re2c/Makefile
rillig 9637f7852e all: migrate homepages from http to https
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.
2020-01-26 17:30:40 +00:00

22 lines
547 B
Makefile

# $NetBSD: Makefile,v 1.23 2020/01/26 17:31:04 rillig Exp $
DISTNAME= re2c-1.1.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=skvadrik/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://re2c.org/
COMMENT= Deterministic Finite State Automaton generator
LICENSE= public-domain
USE_LANGUAGES= c c++
USE_TOOLS+= bison gmake
GNU_CONFIGURE= yes
TEST_TARGET= check
# TODO: works only with Bash
CHECK_PORTABILITY_SKIP= run_tests.sh.in
REPLACE_SH+= run_tests.sh.in
.include "../../mk/bsd.pkg.mk"