Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Mar 2018 21:24:41 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464848 - head/print/py-pdf2
Message-ID:  <201803172124.w2HLOfiu085115@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Mar 17 21:24:41 2018
New Revision: 464848
URL: https://svnweb.freebsd.org/changeset/ports/464848

Log:
  print/py-pdf2: Add LICENSE and LICENSE_FILE
  
  * minor reordering
  
  Approved by:	portmgr blanket

Modified:
  head/print/py-pdf2/Makefile

Modified: head/print/py-pdf2/Makefile
==============================================================================
--- head/print/py-pdf2/Makefile	Sat Mar 17 21:24:24 2018	(r464847)
+++ head/print/py-pdf2/Makefile	Sat Mar 17 21:24:41 2018	(r464848)
@@ -6,11 +6,14 @@ PORTVERSION=	1.26.0
 CATEGORIES=	print python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	PyPDF2-${PORTVERSION}
 PKGNAMESUFFIX=	2
+DISTNAME=	PyPDF2-${PORTVERSION}
 
 MAINTAINER=	m.tsatsenko@gmail.com
 COMMENT=	Pure-Python PDF toolkit
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python
 USE_PYTHON=	distutils autoplist



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