2001-06-16 20:12:37 +02:00
|
|
|
# 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
|
2004-04-15 20:34:20 +02:00
|
|
|
MASTER_SITES= http://keyserver.kjsl.com/~jharris/distfiles/
|
2001-06-16 20:12:37 +02:00
|
|
|
DISTNAME= ${PORTNAME}-0.9.1-4
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Calculates the number of days between two dates
|
2001-06-16 20:12:37 +02:00
|
|
|
|
2001-12-24 11:37:45 +01:00
|
|
|
ALL_TARGET=
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/datedif
|
2001-06-16 20:12:37 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/datedif ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|