diff options
Diffstat (limited to 'www/phpmustache')
| -rw-r--r-- | www/phpmustache/Makefile | 34 | ||||
| -rw-r--r-- | www/phpmustache/distinfo | 3 | ||||
| -rw-r--r-- | www/phpmustache/files/pkg-message.in | 10 | ||||
| -rw-r--r-- | www/phpmustache/pkg-descr | 1 | ||||
| -rw-r--r-- | www/phpmustache/pkg-plist | 1 |
5 files changed, 0 insertions, 49 deletions
diff --git a/www/phpmustache/Makefile b/www/phpmustache/Makefile deleted file mode 100644 index efb4e4005a66..000000000000 --- a/www/phpmustache/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -PORTNAME= phpmustache -PORTVERSION= 2.14.2 -DISTVERSIONPREFIX= v -CATEGORIES= www - -MAINTAINER= marc@bumblingdork.com -COMMENT= PHP5 code for Mustache -WWW= https://github.com/bobthecow/mustache.php - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Installation mode changed from systemwide to per-application with Composer -EXPIRATION_DATE=2025-10-31 - -USES= php:build -USE_GITHUB= yes -GH_ACCOUNT= bobthecow -GH_PROJECT= mustache.php - -NO_ARCH= yes - -SUB_FILES= pkg-message - -OPTIONS_DEFINE= EXAMPLES - -do-build: - @${WRKSRC}/bin/build_bootstrap.php - -do-install: - @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/mustache.php ${STAGEDIR}${DATADIR} - -.include <bsd.port.mk> diff --git a/www/phpmustache/distinfo b/www/phpmustache/distinfo deleted file mode 100644 index 87ad6d816c66..000000000000 --- a/www/phpmustache/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1661587729 -SHA256 (bobthecow-mustache.php-v2.14.2_GH0.tar.gz) = 71ea4dc312a19dfc8279008ca398816ada01fb017e10839cf40eb901b13ea549 -SIZE (bobthecow-mustache.php-v2.14.2_GH0.tar.gz) = 30483 diff --git a/www/phpmustache/files/pkg-message.in b/www/phpmustache/files/pkg-message.in deleted file mode 100644 index d19f8e1461ee..000000000000 --- a/www/phpmustache/files/pkg-message.in +++ /dev/null @@ -1,10 +0,0 @@ -[ -{ type: install - message: <<EOM -You need to adjust php's include_path to contain `%%DATADIR%%'! -For example, insert - include_path = ".:%%DATADIR%%" -into `%%LOCALBASE%%/etc/php.ini'. -EOM -} -] diff --git a/www/phpmustache/pkg-descr b/www/phpmustache/pkg-descr deleted file mode 100644 index a85e13126f0d..000000000000 --- a/www/phpmustache/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A Mustache implementation in PHP. diff --git a/www/phpmustache/pkg-plist b/www/phpmustache/pkg-plist deleted file mode 100644 index 7790227b3258..000000000000 --- a/www/phpmustache/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%DATADIR%%/mustache.php |
