diff options
Diffstat (limited to 'devel/py-unittest2/Makefile')
-rw-r--r-- | devel/py-unittest2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-unittest2/Makefile b/devel/py-unittest2/Makefile index f6f72b85d0d..88f980502b8 100644 --- a/devel/py-unittest2/Makefile +++ b/devel/py-unittest2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2016/08/28 15:48:31 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/09/04 18:08:22 wiz Exp $ DISTNAME= unittest2-1.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -6,7 +6,7 @@ CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=u/unittest2/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://pypi.python.org/pypi/unittest2 +HOMEPAGE= https://pypi.python.org/pypi/unittest2 COMMENT= New features in unittest backported to Python 2.4+ LICENSE= original-bsd |