1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/py-darcsver/Makefile
Dmitry Marakasov 26bcedb3e2 - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2018-10-03 09:08:33 +00:00

24 lines
472 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= darcsver
PORTVERSION= 1.7.4
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Generate a version number from darcs history
LICENSE= BSD
USES= python:2.7
USE_PYTHON= distutils autoplist
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e 's#(doc_loc, data_fnames)##g' ${WRKSRC}/setup.py
.include <bsd.port.mk>