summaryrefslogtreecommitdiff
path: root/misc/datedif/Makefile
blob: 9d5ecf83e00feec3794943a114ce85ae834d5e89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>