blob: 8e67e802c26cd869eff33ed6bdcce5eeba38fd71 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $FreeBSD$
PORTNAME= shell-toolbox
DISTVERSION= 20180719
CATEGORIES= devel
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Collection of shell script development tools
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= kusalananda
.include <bsd.port.mk>
|