1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/www/xsp/Makefile
Tijl Coosemans a5185846f0 Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
2014-07-04 09:40:59 +00:00

25 lines
480 B
Makefile

# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
# $FreeBSD$
PORTNAME= xsp
PORTVERSION= 2.10.2
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
MAINTAINER= mono@FreeBSD.org
COMMENT= Mono based web server
MAKE_JOBS_UNSAFE= yes
USE_SQLITE= 3
USES= mono pathfix pkgconfig gmake tar:bzip2
GNU_CONFIGURE= yes
PLIST_SUB+= PORTVERSION=${PORTVERSION}
pre-install:
${MKDIR} ${STAGEDIR}${XSP_DOCROOT}
.include <bsd.port.mk>