svn commit: r379809 - head/textproc/pecl-doublemetaphone

Vanilla I. Shu vanilla at FreeBSD.org
Tue Feb 24 15:29:44 UTC 2015


Author: vanilla
Date: Tue Feb 24 15:29:43 2015
New Revision: 379809
URL: https://svnweb.freebsd.org/changeset/ports/379809
QAT: https://qat.redports.org/buildarchive/r379809/

Log:
  1: add LICENSE/LICENSE_FILE.
  2: switch to USES=tar:tgz

Modified:
  head/textproc/pecl-doublemetaphone/Makefile

Modified: head/textproc/pecl-doublemetaphone/Makefile
==============================================================================
--- head/textproc/pecl-doublemetaphone/Makefile	Tue Feb 24 15:27:58 2015	(r379808)
+++ head/textproc/pecl-doublemetaphone/Makefile	Tue Feb 24 15:29:43 2015	(r379809)
@@ -6,12 +6,15 @@ PORTVERSION=	1.0.1
 CATEGORIES=	textproc pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
-EXTRACT_SUFX=	.tgz
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	PECL extension which implements the Double Metaphone algorithm
 
+LICENSE=	PHP301
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		tar:tgz
 USE_PHP=	yes
 USE_PHP_BUILD=	yes
 USE_PHPEXT=	yes


More information about the svn-ports-head mailing list