diff options
Diffstat (limited to 'devel/pecl-htscanner/Makefile')
-rw-r--r-- | devel/pecl-htscanner/Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/pecl-htscanner/Makefile b/devel/pecl-htscanner/Makefile deleted file mode 100644 index 75aee5630117..000000000000 --- a/devel/pecl-htscanner/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: chinsan -# $FreeBSD$ - -PORTNAME= htscanner -PORTVERSION= 1.0.1 -PORTREVISION= 1 -CATEGORIES= devel pear - -MAINTAINER= joneum@FreeBSD.org -COMMENT= Support htaccess for PHP - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= PHP30 - -USES= php:pecl -IGNORE_WITH_PHP= 71 72 73 - -CONFIGURE_ARGS= --enable-htscanner - -.include <bsd.port.mk> |