diff options
Diffstat (limited to 'lang/php56/Makefile')
-rw-r--r-- | lang/php56/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/php56/Makefile b/lang/php56/Makefile index 0057275544c..f27b99109d3 100644 --- a/lang/php56/Makefile +++ b/lang/php56/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2016/03/05 11:28:43 jperkin Exp $ +# $NetBSD: Makefile,v 1.11 2016/04/02 09:00:25 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_VERSION} -PKGREVISION= 1 CATEGORIES= lang HOMEPAGE= http://www.php.net/ |