1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/devel/tailor/Makefile
Marcus von Appen 75a85dc448 - Remove deprecated INSTALLS_EGGINFO knob. Since the ports use distutils,
there is no need to touch the plist.

With hat:	python@
2014-08-17 12:29:07 +00:00

24 lines
513 B
Makefile

# Created by: Rui Lopes <rgl ruilopes com>
# $FreeBSD$
PORTNAME= tailor
PORTVERSION= 0.9.35
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= http://darcs.arstecnica.it/
MAINTAINER= ports@FreeBSD.org
COMMENT= Migrates changesets between version control systems
RUN_DEPENDS= ${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync
USE_PYTHON= yes
USE_PYDISTUTILS= yes
OPTIONS_DEFINE= DOCS
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>