Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 09:25:13 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379773 - head/print/pecl-haru
Message-ID:  <201502240925.t1O9PDwK097960@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Tue Feb 24 09:25:13 2015
New Revision: 379773
URL: https://svnweb.freebsd.org/changeset/ports/379773
QAT: https://qat.redports.org/buildarchive/r379773/

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

Modified:
  head/print/pecl-haru/Makefile

Modified: head/print/pecl-haru/Makefile
==============================================================================
--- head/print/pecl-haru/Makefile	Tue Feb 24 09:20:41 2015	(r379772)
+++ head/print/pecl-haru/Makefile	Tue Feb 24 09:25:13 2015	(r379773)
@@ -6,14 +6,17 @@ PORTVERSION=	1.0.4
 CATEGORIES=	print pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	PECL extension to Haru PDF functions
 
+LICENSE=	PHP301
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 BUILD_DEPENDS=	${LOCALBASE}/include/hpdf.h:${PORTSDIR}/print/libharu
 RUN_DEPENDS:=	${LOCALBASE}/include/hpdf.h:${PORTSDIR}/print/libharu
 
+USES=		tar:tgz
 USE_PHP=	yes
 USE_PHPEXT=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502240925.t1O9PDwK097960>