1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/py-hghooks/Makefile
William Grzybowski 60eb040dfe devel/py-hghooks: allow staging
- Allow staging
- Use python auto plist
2013-11-09 13:24:05 +00:00

20 lines
369 B
Makefile

# Created by: William Grzybowski <william88@gmail.com>
# $FreeBSD$
PORTNAME= hghooks
PORTVERSION= 0.6.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Set of Mercurial hooks
LICENSE= LGPL3
USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>