1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

devel/py-liblarch: minor fixes

- shuffle knobs to pet portlint
- add NO_ARCH and LICENSE_FILE

These changes are cherry-picked from the main update patch, that breaks
deskutils/gtg, so update bits of this patch were rejected.

PR:		230585
Submitted by:   Nathan <ndowens@yahoo.com>
This commit is contained in:
Ruslan Makhmatkhanov 2018-08-22 16:04:13 +00:00
parent ab6fa8cb5d
commit 0863a5a689
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477795

View File

@ -2,8 +2,8 @@
PORTNAME= liblarch
PORTVERSION= 2.1.0
PORTREVISION= 1
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,10 +11,12 @@ MAINTAINER= rm@FreeBSD.org
COMMENT= Python library to easily handle data structures
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:2.7
USE_GITHUB= yes
USE_GNOME= pygobject
USES= python:2.7
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>