blob: 942737505e6b83b0371bd227ea7c0acbb5fd3729 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $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"
|