mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
- While here cleanup some cruft that does nothing anymore PR: 233248 Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com> (maintainer)
25 lines
445 B
Makefile
25 lines
445 B
Makefile
# Created by: Naito Yuichiro <naito.yuichiro@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tzdiff
|
|
PORTVERSION= 0.91
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= naito.yuichiro@gmail.com
|
|
COMMENT= Showing time pairs between target timezone and localtime
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= belgianbeer
|
|
|
|
PLIST_FILES= bin/tzdiff
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/tzdiff \
|
|
${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|