mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
89e07f4a18
Approved by: portmgr (implicit)
24 lines
512 B
Makefile
24 lines
512 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
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_MAN} ${WRKSRC}/README* ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|