freebsd-ports/www/mod_transform/Makefile
Pav Lucistnik 4747781ba0 Add mod_transform, a filter module that allows Apache 2.0 to do dynamic XSL
Transformations on either static XML documents, or XML documents generated
from another Apache module or CGI program.

PR:		ports/74787
Submitted by:	Stanislas Ormieres <stan@stormier.net>
2004-12-08 21:27:24 +00:00

25 lines
561 B
Makefile

# New ports collection makefile for: mod_transform
# Date created: 5 December 2004
# Whom: laruiss
#
# $FreeBSD$
#
PORTNAME= mod_transform
PORTVERSION= 0.6.0
CATEGORIES= www
MASTER_SITES= http://www.outoforder.cc/downloads/mod_transform/
MAINTAINER= stan@stormier.net
COMMENT= An XSLT and XIncludes Filter module for Apache 2.0
RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2
BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2
HAS_CONFIGURE= yes
USE_GNOME= libxslt
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>