mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
436562980e
Approved by: portmgr (blanket)
28 lines
544 B
Makefile
28 lines
544 B
Makefile
PORTNAME= tzdiff
|
|
DISTVERSION= 1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= naito.yuichiro@gmail.com
|
|
COMMENT= Showing time pairs between target timezone and localtime
|
|
WWW= https://github.com/belgianbeer/tzdiff
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= belgianbeer
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/tzdiff \
|
|
share/man/man1/tzdiff.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/tzdiff \
|
|
${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/tzdiff.1 \
|
|
${STAGEDIR}${PREFIX}/share/man/man1
|
|
|
|
.include <bsd.port.mk>
|