1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/py-liblarch/Makefile
Ruslan Makhmatkhanov 0863a5a689 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>
2018-08-22 16:04:13 +00:00

23 lines
410 B
Makefile

# $FreeBSD$
PORTNAME= liblarch
PORTVERSION= 2.1.0
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
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
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>