freebsd-ports/security/php-suhosin/Makefile
Jimmy Olgeni fa3a17c064 Remove indefinite articles and trailing periods from COMMENT, plus
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)
2014-07-17 08:57:51 +00:00

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>