blob: aa2a9c53ec17a951635bfa3a0b5a581ead12dee8 (
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
|
PORTNAME= colwide
PORTVERSION= 0.01
CATEGORIES= misc perl5
MAINTAINER= nc@FreeBSD.org
COMMENT= Utility which outputs a number of characters to the screen
LICENSE= BSD2CLAUSE
USES= perl5 shebangfix
USE_PERL5= run
NO_ARCH= yes
NO_BUILD= yes
USE_GITHUB= yes
GH_ACCOUNT= neelchauhan
GH_TAGNAME= 7b32131
SHEBANG_FILES= colwide
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/colwide ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>
|