mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
0863a5a689
- 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>
23 lines
410 B
Makefile
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>
|