1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/sysutils/tai64nfrac/Makefile
Carlo Strub c671393334 The TAI64N format is a format for time stamps in log files, invented by Dan
Bernstein and used by some of his software, most notably the multilog component
of daemontools. That package comes with a program (tai64nlocal) to convert those
time stamps to a human-readable date.

WWW: http://www.eyrie.org/~eagle/software/tai64nfrac/

PR:		ports/169891
Submitted by:	paulo@nlink.com.br
2012-09-02 13:08:58 +00:00

16 lines
353 B
Makefile

# $FreeBSD$
PORTNAME= tai64nfrac
PORTVERSION= 1.4
CATEGORIES= sysutils
MASTER_SITES= http://archives.eyrie.org/software/system/ \
http://linux4u.jinr.ru/pub/OpenAFS/eyrie/software/system/
MAINTAINER= paulo@nlink.com.br
COMMENT= Convert tai64n format invented by Dan Bernstein
MAN1= tai64nfrac.1
PLIST_FILES= bin/tai64nfrac
.include <bsd.port.mk>