diff options
author | feld <feld@FreeBSD.org> | 2014-12-07 14:55:18 +0000 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2014-12-07 14:55:18 +0000 |
commit | 58f8013db0661bf7b95e4268920bd5e5f711c469 (patch) | |
tree | 0e3bc6639d0d562b26abd4391aeceff97c92980c | |
parent | 1e72ed0ba1cd820acb46b38579198b577a67236d (diff) | |
download | FreeBSD-ports-58f8013db0661bf7b95e4268920bd5e5f711c469.zip FreeBSD-ports-58f8013db0661bf7b95e4268920bd5e5f711c469.tar.gz |
Update "BSD" license in print category
-rw-r--r-- | print/p5-Net-Printer/Makefile | 2 | ||||
-rw-r--r-- | print/py-reportlab/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/p5-Net-Printer/Makefile b/print/p5-Net-Printer/Makefile index 1c347b6..ad73a5b 100644 --- a/print/p5-Net-Printer/Makefile +++ b/print/p5-Net-Printer/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= 5u623l20@gmail.com COMMENT= Perl extension for direct-to-lpd printing -LICENSE= BSD +LICENSE= BSD2CLAUSE USES= perl5 USE_PERL5= configure diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index cfaa97c..ea42b81 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -15,7 +15,7 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= 5u623l20@gmail.com COMMENT= Library to create PDF documents using the Python language -LICENSE= BSD +LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow |