diff options
Diffstat (limited to 'www/mod_trigger/Makefile')
-rw-r--r-- | www/mod_trigger/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/www/mod_trigger/Makefile b/www/mod_trigger/Makefile deleted file mode 100644 index 4fafcdbf1f4e..000000000000 --- a/www/mod_trigger/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: mod_trigger -# Date created: 10 April 2001 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= mod_trigger -PORTVERSION= 1.1 -CATEGORIES= www -MASTER_SITES= http://download.tangent.org/ - -MAINTAINER= apache@FreeBSD.org -COMMENT= Apache module to launch triggers if certain actions occur - -DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now -EXPIRATION_DATE= 2012-01-01 - -MAKE_JOBS_SAFE= yes - -USE_APACHE= 13 - -AP_FAST_BUILD= yes -AP_GENPLIST= yes - -.include <bsd.port.mk> |