35 lines
637 B
Makefile
Raw Normal View History

2015-04-02 14:21:12 +00:00
# $OpenBSD: Makefile,v 1.16 2015/04/02 14:21:15 jasper Exp $
COMMENT = classes and setuptools plugin for Mercurial repositories
2015-01-13 08:26:17 +00:00
MODPY_EGG_VERSION = 6.2.1
DISTNAME = hgtools-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
REVISION = 0
HOMEPAGE = https://bitbucket.org/jaraco/hgtools/
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
2014-05-08 07:48:42 +00:00
# MIT
PERMIT_PACKAGE_CDROM = Yes
2015-04-02 14:21:12 +00:00
MODPY_PI = Yes
EXTRACT_SUFX = .zip
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR ?=
RUN_DEPENDS = devel/mercurial
NO_TEST = Yes
pre-install:
chmod 644 ${WRKSRC}/hgtools.egg-info/*
2014-03-28 09:39:42 +00:00
.include <bsd.port.mk>