mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
9d1867f504
that only build with www/apache20 (2.0.x) With Hat: apache
31 lines
651 B
Makefile
31 lines
651 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/
|
|
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= stan@stormier.net
|
|
COMMENT= An XSLT and XIncludes Filter module for Apache 2.0
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
DEPRECATED= will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
|
|
EXPIRATION_DATE= 2011-05-01
|
|
|
|
USE_APACHE= 2.0
|
|
USE_AUTOTOOLS= libtool
|
|
HAS_CONFIGURE= yes
|
|
USE_GNOME= libxslt
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|