# Created by: babak@farrokhi.net
# $FreeBSD: tags/RELEASE_10_2_0/www/textpattern/Makefile 388552 2015-06-04 21:43:45Z amdmi3 $

PORTNAME=	textpattern
PORTVERSION=	4.2.0
CATEGORIES=	www
MASTER_SITES=	http://textpattern.com/file_download/57/ \
		http://freebsd.unixfreunde.de/sources/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Free, flexible, elegant, easy-to-use content management system

USES=		cpe
NO_BUILD=	yes
NO_ARCH=	yes
WANT_PHP_WEB=	yes
USE_PHP=	mbstring xml mysql pcre

SUB_FILES=	pkg-message

do-install:
	-${MKDIR} ${STAGEDIR}${WWWDIR}
	@${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}/

.include <bsd.port.mk>
