Index: head/devel/py-meliae/Makefile =================================================================== --- head/devel/py-meliae/Makefile (revision 530632) +++ head/devel/py-meliae/Makefile (revision 530633) @@ -1,23 +1,24 @@ # $FreeBSD$ PORTNAME= meliae PORTVERSION= 0.4.0 PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= http://launchpadlibrarian.net/74803944/ \ LOCAL/sbz PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sbz@FreeBSD.org COMMENT= Python Memory Usage Analyzer LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING.txt USES= python:2.7 USE_PYTHON= distutils autoplist cython TEST_TARGET= check # test fails post-patch: @${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|' ${WRKSRC}/Makefile .include Index: head/devel/py-meliae/pkg-descr =================================================================== --- head/devel/py-meliae/pkg-descr (revision 530632) +++ head/devel/py-meliae/pkg-descr (revision 530633) @@ -1,4 +1,4 @@ Meliae is a library meant to help people understand how their memory is being used in Python. -WWW: http://launchpad.net/meliae +WWW: https://launchpad.net/meliae