2014-09-24 15:56:25 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= colwide
|
|
|
|
PORTVERSION= 0.01
|
|
|
|
CATEGORIES= misc perl5
|
|
|
|
|
|
|
|
MAINTAINER= neel@neelc.org
|
|
|
|
COMMENT= Utility which outputs a number of characters to the screen
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
|
|
|
USES= perl5 shebangfix
|
|
|
|
USE_PERL5= run
|
2016-12-12 00:54:24 +01:00
|
|
|
NO_ARCH= yes
|
2014-09-24 15:56:25 +02:00
|
|
|
NO_BUILD= yes
|
2016-12-12 00:54:24 +01:00
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= neelchauhan
|
|
|
|
GH_TAGNAME= 7b32131
|
2014-09-24 15:56:25 +02:00
|
|
|
|
|
|
|
SHEBANG_FILES= colwide
|
|
|
|
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
|
|
|
|
do-install:
|
2015-11-05 13:36:25 +01:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/colwide ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
2014-09-24 15:56:25 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|