ports/www/textpattern/Makefile
Raphael Kubo da Costa 219dce5992 Fix MASTER_SITES, regenerate distinfo and unmark BROKEN.
The old download URL was pointing to the zip version of the source code. Switch
to the url that serves a .tar.gz, regenerate distinfo (it contained information
about the .zip file with the wrong extension) and remove a non-working mirror.
2016-01-06 15:17:54 +00:00

25 lines
488 B
Makefile

# Created by: babak@farrokhi.net
# $FreeBSD$
PORTNAME= textpattern
PORTVERSION= 4.2.0
CATEGORIES= www
MASTER_SITES= http://textpattern.com/file_download/56/
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>