mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
37 lines
796 B
Makefile
37 lines
796 B
Makefile
# Created by: Lapo Luchin <lapo@lapo.it>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= commit-patch
|
|
PORTVERSION= 2.5
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= lapo@lapo.it
|
|
COMMENT= Commit patches or partial workspace changes to a VCS repository
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= interdiff:${PORTSDIR}/misc/patchutils \
|
|
p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run
|
|
|
|
USE_GITHUB= yes
|
|
USES= gmake perl5
|
|
USE_PERL5= build # pod2man
|
|
|
|
GH_ACCOUNT= caldwell
|
|
GH_PROJECT= commit-patch
|
|
GH_TAGNAME= 2.5
|
|
GH_COMMIT= fb3a8c5
|
|
|
|
PLIST_FILES= bin/commit-partial bin/commit-patch \
|
|
share/emacs/site-lisp/commit-patch-buffer.el
|
|
MAN1= commit-partial.1 commit-patch.1
|
|
PORTDOCS= *
|
|
|
|
NO_STAGE= yes
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's/share[/]man/man/' \
|
|
-e 's/PREFIX=/PREFIX?=/' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|