2004-12-08 22:27:24 +01:00
|
|
|
# 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
|
|
|
|
|
2005-12-04 01:18:15 +01:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache200
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache200
|
2004-12-08 22:27:24 +01:00
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
USE_GNOME= libxslt
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|