freebsd-ports/misc/datedif/Makefile
Ying-Chieh Liao c99e82c73a add datedif
Calculates the number of days between two dates
2001-06-16 18:12:37 +00:00

23 lines
406 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://buschencrew.hypermart.net/software/datedif/
DISTNAME= ${PORTNAME}-0.9.1-4
MAINTAINER= ports@FreeBSD.org
ALL_TARGET=
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/datedif ${PREFIX}/bin
.include <bsd.port.mk>