freebsd-ports/www/mod_transform/Makefile
Philip M. Gollucci 805c652f35 - Mark remaining mod_* ports MAKE_JOBS_SAFE=yes
PR:             ports/134611
Approved by:    pav (#bsdports)
2009-05-21 20:45:34 +00:00

26 lines
502 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
MAKE_JOBS_SAFE= yes
USE_APACHE= 2.0
USE_AUTOTOOLS= libtool:15
HAS_CONFIGURE= yes
USE_GNOME= libxslt
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>