35 lines
565 B
Makefile
Raw Normal View History

2014-12-20 12:44:44 +00:00
# $OpenBSD: Makefile,v 1.3 2014/12/20 12:44:44 florian Exp $
COMMENT = import changesets from CVS into Git
2014-12-20 12:44:44 +00:00
REVISION = 0
MODPY_EGG_VERSION = 0.0.1
DISTNAME = git-cvs-0.0.2012.01.28
CATEGORIES = devel
HOMEPAGE = https://github.com/ustuehler/git-cvs
2014-12-20 12:44:44 +00:00
MAINTAINER = Florian Obser <florian+ports@narrans.de>
# BSD
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = http://sha256.net/git-cvs/
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
MODPY_ADJ_FILES = scripts/git-cvs
RUN_DEPENDS= devel/git \
devel/py-rcsparse
PKG_ARCH = *
NO_TEST = Yes
.include <bsd.port.mk>