freebsd-ports/misc/datedif/Makefile

25 lines
482 B
Makefile
Raw Normal View History

# 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
2003-02-20 20:00:52 +01:00
COMMENT= Calculates the number of days between two dates
ALL_TARGET=
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/datedif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/datedif ${PREFIX}/bin
.include <bsd.port.mk>