blob: c4fb55a139d8dcee3f1ff480aabcc68400f975cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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
MAKE_JOBS_SAFE= yes
USE_APACHE= 2.0
USE_AUTOTOOLS= libtool:22
HAS_CONFIGURE= yes
USE_GNOME= libxslt
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|