summaryrefslogtreecommitdiff
path: root/security/git-remote-gcrypt/Makefile
blob: 4206b56bee281bb1929889a9ac18043fc5819815 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
PORTNAME=	git-remote-gcrypt
PORTVERSION=	1.5
PORTREVISION=	1
CATEGORIES=	security

MAINTAINER=	ashish@FreeBSD.org
COMMENT=	PGP-encrypt git remotes
WWW=		https://spwhitton.name/tech/code/git-remote-gcrypt/

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR}
RUN_DEPENDS=	rsync:net/rsync \
		curl:ftp/curl \
		gpg:security/gnupg

USES=		python:build
USE_GITHUB=	yes
GH_ACCOUNT=	spwhitton
MAKE_ENV=	DESTDIR=${STAGEDIR}

NO_BUILD=

PLIST_FILES=	bin/${PORTNAME} \
		share/man/man1/${PORTNAME}.1.gz

do-install:
	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${WRKSRC}/install.sh

.include <bsd.port.mk>