freebsd-ports/www/textpattern/Makefile
Baptiste Daroussin b7c3540a8b Mark as deprecated ports providing webapps and setting ownership of the files
to the www user. This is a bad practice and should get cleaned out in the tree

For the maintained ports, their maintainer will be contacted soon
2018-02-07 10:06:07 +00:00

31 lines
668 B
Makefile

# Created by: babak@farrokhi.net
# $FreeBSD$
PORTNAME= textpattern
PORTVERSION= 4.6.2
CATEGORIES= www
MASTER_SITES= http://textpattern.com/file_download/110/
MAINTAINER= ports@FreeBSD.org
COMMENT= Free, flexible, elegant, easy-to-use content management system
EXPIRATION_DATE= 2018-03-07
DEPRECATED= Unmaintained, all www files wrongly belongs to www user.
LICENSE= GPLv2
IGNORE_WITH_PHP= 70 71 72
USES= cpe php:web
USE_PHP= json mbstring mysql pcre xml zlib
NO_BUILD= yes
NO_ARCH= yes
PLIST_SUB= WWWOWN="${WWWOWN}" \
WWWGRP="${WWWGRP}"
SUB_FILES= pkg-message
do-install:
@cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/
.include <bsd.port.mk>