PR: 238693 Submitted by: avkarenow@o2.pl Approved by: Franco Fichtner <franco@opnsense.org> (maintainer)
29 lines
500 B
Makefile
29 lines
500 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= snuffleupagus
|
|
DISTVERSIONPREFIX=v
|
|
DISTVERSION= 0.5.0
|
|
CATEGORIES= security
|
|
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= franco@opnsense.org
|
|
COMMENT= Security module for PHP 7+
|
|
|
|
LICENSE= LGPL3
|
|
LICENSE_FILE= ${WRKSRC}/../LICENSE
|
|
|
|
LIB_DEPENDS= libpcre.so:devel/pcre
|
|
|
|
TEST_TARGET= test
|
|
|
|
WRKSRC_SUBDIR= src
|
|
|
|
USES= localbase:ldflags php:ext
|
|
USE_PHP= hash:build session:build
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= nbs-system
|
|
|
|
CONFIGURE_ARGS= --enable-snuffleupagus
|
|
|
|
.include <bsd.port.mk>
|