opnsense-ports/devel/py-setuptools_hg/Makefile
Franco Fichtner 7a47b4d6bb */*: sync with upstream
Taken from: HardenedBSD
2018-01-29 20:07:33 +01:00

21 lines
415 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= setuptools_hg
PORTVERSION= 0.4
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Setuptools plugin for hg
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>