mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
217d81b2ee
PR: 244448 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
29 lines
485 B
Makefile
29 lines
485 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= colwide
|
|
PORTVERSION= 0.01
|
|
CATEGORIES= misc perl5
|
|
|
|
MAINTAINER= ports@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>
|