936959eec7
PR: ports/65581 Submitted by: Jason Harris <jharris at widomaker dot com>
25 lines
482 B
Makefile
25 lines
482 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: datedif
|
|
# Date created: Jun 16, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= datedif
|
|
PORTVERSION= 0.9.1.4
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://keyserver.kjsl.com/~jharris/distfiles/
|
|
DISTNAME= ${PORTNAME}-0.9.1-4
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Calculates the number of days between two dates
|
|
|
|
ALL_TARGET=
|
|
PLIST_FILES= bin/datedif
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/datedif ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|