pkgsrc/devel/ragel/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

20 lines
479 B
Makefile

# $NetBSD: Makefile,v 1.10 2020/01/26 17:31:04 rillig Exp $
DISTNAME= ragel-6.10
CATEGORIES= devel
MASTER_SITES= http://www.colm.net/files/ragel/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.colm.net/open-source/ragel/
COMMENT= State machine compiler
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/ragel-guide.pdf \
${DESTDIR}${PREFIX}/share/doc/ragel
.include "../../mk/bsd.pkg.mk"