pkgsrc/devel/pcre++/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

18 lines
436 B
Makefile

# $NetBSD: Makefile,v 1.13 2020/01/26 17:31:02 rillig Exp $
#
DISTNAME= pcre++-0.9.5
PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.daemon.de/idisk/Apps/pcre++/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.daemon.de/PCRE
COMMENT= Wrapper class around the pcre library
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../devel/pcre/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"