diff options
Diffstat (limited to 'devel/pecl-uri_template/Makefile')
-rw-r--r-- | devel/pecl-uri_template/Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/pecl-uri_template/Makefile b/devel/pecl-uri_template/Makefile deleted file mode 100644 index 8c3f69c83c92..000000000000 --- a/devel/pecl-uri_template/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Gasol Wu <gasol.wu@gmail.com> -# $FreeBSD$ - -PORTNAME= uri_template -PORTVERSION= 1.0 -PORTREVISION= 1 -CATEGORIES= devel - -MAINTAINER= gasol.wu@gmail.com -COMMENT= URI Template(RFC6570) library for PHP - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= PHP301 - -USES= php:pecl -IGNORE_WITH_PHP= 71 72 73 - -.include <bsd.port.mk> |