Index: head/devel/py-paver/Makefile =================================================================== --- head/devel/py-paver/Makefile (revision 484440) +++ head/devel/py-paver/Makefile (revision 484441) @@ -1,17 +1,21 @@ # Created by: William Grzybowski # $FreeBSD$ PORTNAME= paver PORTVERSION= 1.2.4 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Paver-${PORTVERSION} MAINTAINER= wg@FreeBSD.org COMMENT= Easy build, distribution and deployment scripting +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes .include Index: head/devel/py-paver/pkg-descr =================================================================== --- head/devel/py-paver/pkg-descr (revision 484440) +++ head/devel/py-paver/pkg-descr (revision 484441) @@ -1,8 +1,8 @@ Paver is a Python-based software project scripting tool along the lines of Make or Rake. It is not designed to handle the dependency tracking requirements of, for example, a C program. It is designed to help out with all of your other repetitive tasks (run documentation generators, moving files about, downloading things), all with the convenience of Python's syntax and massive library of code. -WWW: http://pythonhosted.org/Paver/ +WWW: https://pythonhosted.org/Paver/