freebsd-ports/textproc/py-python-augeas/Makefile
Mathieu Arnold fb4deed873 Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 20:24:15 +00:00

26 lines
519 B
Makefile

# $FreeBSD$
PORTNAME= python-augeas
PORTVERSION= 0.5.0
DISTVERSIONPREFIX= v
CATEGORIES= textproc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= johan@stromnet.se
COMMENT= Pure python bindings for Augeas
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libaugeas.so:${PORTSDIR}/textproc/augeas
USES= python
USE_GITHUB= yes
USE_PYTHON= distutils autoplist
GH_ACCOUNT= hercules-team
regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} ${WRKSRC}/test/test_augeas.py
.include <bsd.port.mk>