freebsd-ports/devel/py-hghooks/Makefile
Antoine Brodin f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00

19 lines
361 B
Makefile

# Created by: William Grzybowski <william88@gmail.com>
# $FreeBSD$
PORTNAME= hghooks
PORTVERSION= 0.7.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Set of Mercurial hooks
LICENSE= LGPL3
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>