Add missing tabs (portlint warning). Non-functional changes

Approved by:	portmgr (blanket approval)
This commit is contained in:
Ruslan Makhmatkhanov 2017-02-04 15:48:52 +00:00
parent 01861266ae
commit aa249c76b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433321
2 changed files with 4 additions and 4 deletions

View File

@ -6,14 +6,14 @@ PORTVERSION= 0.1.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= microversion_parse-${DISTVERSION}
DISTNAME= microversion_parse-${DISTVERSION}
MAINTAINER= alexander.nusov@nfvexpress.com
COMMENT= Openstack microversion header parser
LICENSE= APACHE20
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr
NO_ARCH= yes

View File

@ -13,7 +13,7 @@ COMMENT= Python 3 monotonic time module for Python 2
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>