svn commit: r379813 - head/textproc/pecl-stem

Vanilla I. Shu vanilla at FreeBSD.org
Tue Feb 24 15:40:39 UTC 2015


Author: vanilla
Date: Tue Feb 24 15:40:38 2015
New Revision: 379813
URL: https://svnweb.freebsd.org/changeset/ports/379813
QAT: https://qat.redports.org/buildarchive/r379813/

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

Modified:
  head/textproc/pecl-stem/Makefile

Modified: head/textproc/pecl-stem/Makefile
==============================================================================
--- head/textproc/pecl-stem/Makefile	Tue Feb 24 15:37:02 2015	(r379812)
+++ head/textproc/pecl-stem/Makefile	Tue Feb 24 15:40:38 2015	(r379813)
@@ -6,15 +6,19 @@ PORTVERSION=	1.5.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 provides word stemming
 
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		tar:tgz
 USE_PHP=	yes
 USE_PHPEXT=	yes
 
 post-configure:
 	echo "#define HAVE_XDL_ALLOCATOR_PRIV 1" >>${WRKSRC}/config.h
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list