svn commit: r464848 - head/print/py-pdf2

Yuri Victorovich yuri at FreeBSD.org
Sat Mar 17 21:24:41 UTC 2018


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 at gmail.com
 COMMENT=	Pure-Python PDF toolkit
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python
 USE_PYTHON=	distutils autoplist


More information about the svn-ports-all mailing list