freebsd-ports/www/oscommerce/Makefile
Torsten Zuehlsdorff 139816a064 Add missing IGNORE_WITH_PHP for various PHP based ports.
In preparation of changing the PHP default version from 5.6
to 7.0 i found a number of ports not building with the new version
and all later versions.

Therefore i set IGNORE_WITH_PHP and notice all maintainer about
the change.

Approved by: portmgr (blanket)
2017-12-16 21:44:09 +00:00

35 lines
829 B
Makefile

# Created by: Travis Campbell <hcoyote@ghostar.org>
# $FreeBSD$
PORTNAME= oscommerce
DISTVERSION= 2.3.4
PORTEPOCH= 2
CATEGORIES= www
MASTER_SITES= http://www.oscommerce.com/files/
MAINTAINER= wen@FreeBSD.org
COMMENT= Full-featured open source e-commerce system
IGNORE_WITH_PHP= 70 71 72
USES= cpe php:web zip
USE_PHP= mysql session pcre gd curl openssl
NO_BUILD= yes
NO_ARCH= yes
SUB_FILES= pkg-message
PORTDOCS= CHANGELOG LICENSE STANDARD release_notes.pdf documentation.pdf
PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
OPTIONS_DEFINE= DOCS
do-install:
${MKDIR} ${STAGEDIR}/${WWWDIR}
@cd ${WRKSRC}/catalog && ${COPYTREE_SHARE} . ${STAGEDIR}/${WWWDIR}
do-install-DOCS-on:
${MKDIR} ${STAGEDIR}/${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/docs/${f} ${STAGEDIR}/${DOCSDIR}
.endfor
.include <bsd.port.mk>