blob: 8c014501c734d6ca96f442e43c25efae741779b7 (
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
32
33
34
35
36
|
PORTNAME= portest
PORTVERSION= 0.1.9
PORTREVISION= 1
CATEGORIES= ports-mgmt
MAINTAINER= ultima@FreeBSD.org
COMMENT= Patch file automation for FreeBSD-ports
WWW= https://github.com/Ultima1252/portest
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= ultima1252
NO_BUILD= yes
PLIST_FILES= sbin/portest
OPTIONS_DEFINE= GIT PORTLINT PORTTOOLS POUDRIERE
GIT_RUN_DEPENDS= git:devel/git
PORTLINT_DESC= Portlint support
PORTLINT_RUN_DEPENDS= portlint:ports-mgmt/portlint
PORTTOOLS_DESC= Porttools support
PORTTOOLS_RUN_DEPENDS= port:ports-mgmt/porttools
POUDRIERE_DESC= Poudriere and parallel build support
POUDRIERE_RUN_DEPENDS= poudriere:ports-mgmt/poudriere \
tmux:sysutils/tmux
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/portest ${STAGEDIR}${PREFIX}/sbin/portest
.include <bsd.port.mk>
|