1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/py-liblarch/Makefile
Mathieu Arnold c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00

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>