mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
c6457ffef4
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
20 lines
347 B
Makefile
20 lines
347 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= liblarch
|
|
PORTVERSION= 2.1.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= Python library to easily handle data structures
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USE_GITHUB= yes
|
|
USE_GNOME= pygobject
|
|
USES= python:2
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|