fa3a17c064
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt)
28 lines
529 B
Makefile
28 lines
529 B
Makefile
# Created by: ale
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= suhosin
|
|
PORTVERSION= 0.9.36
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://download.suhosin.org/
|
|
PKGNAMEPREFIX= php-
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
COMMENT= PHP extension that implements high-level protections
|
|
|
|
LICENSE= PHP301
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
IGNORE_WITH_PHP=53
|
|
|
|
CONFIGURE_ARGS= --enable-suhosin
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/suhosin.ini ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|