ports/misc/tzdiff/Makefile
Tobias Kortkamp f64c8c3420 misc/tzdiff: Update to 0.91
- While here cleanup some cruft that does nothing anymore

PR:		233248
Submitted by:	Yuichiro NAITO <naito.yuichiro@gmail.com> (maintainer)
2018-11-16 07:31:17 +00:00

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>