diff options
author | beech <beech@FreeBSD.org> | 2011-08-05 13:39:39 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2011-08-05 13:39:39 +0800 |
commit | fd6fb080982b981eaca4862bdbf29214473c6b90 (patch) | |
tree | 294aca2bc5b10a14f3a64901648848453ab81796 /security | |
parent | 3a6c4f161d80014e29be5a0615e056d33b4ad7b6 (diff) | |
download | freebsd-ports-gnome-fd6fb080982b981eaca4862bdbf29214473c6b90.tar.gz freebsd-ports-gnome-fd6fb080982b981eaca4862bdbf29214473c6b90.tar.zst freebsd-ports-gnome-fd6fb080982b981eaca4862bdbf29214473c6b90.zip |
- Mark BROKEN and DEPRECATED
Approved by: nick@rogness.net (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/snort_inline/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/snort_inline/Makefile b/security/snort_inline/Makefile index ef41acf9b262..c5599b88130b 100644 --- a/security/snort_inline/Makefile +++ b/security/snort_inline/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: snort_inline +#/ New ports collection makefile for: snort_inline # Date created: 4 March 2005 # Whom: nick@rogness.net # @@ -28,6 +28,10 @@ OPTIONS= MYSQL "With MySQL support" off \ POSTGRESQL "With POSTGRESQL support" off \ FLEXRESP "With flexible responses (resp. w/packet resets)" off +BROKEN= this port does not build properly +DEPRECATED= no longer supported upstream +EXPIRATION_DATE= 2011/09/04 + .include <bsd.port.pre.mk> .if defined(WITH_MYSQL) |