freebsd-ports/devel/tailor/Makefile
Alexey Dokuchaev a247b2f47d Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
2018-01-11 14:18:01 +00:00

28 lines
605 B
Makefile

# Created by: Rui Lopes <rgl ruilopes com>
# $FreeBSD$
PORTNAME= tailor
PORTVERSION= 0.9.35
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= http://BSDforge.com/projects/source/devel/tailor/
MAINTAINER= portmaster@BSDforge.com
COMMENT= Migrates changesets between version control systems
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${LOCALBASE}/bin/rsync:net/rsync
USES= python:2.7
USE_PYTHON= distutils
NO_ARCH= yes
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>