freebsd-ports/misc/datedif/Makefile
Kirill Ponomarev 936959eec7 - Update MASTER_SITES
PR:		ports/65581
Submitted by:	Jason Harris <jharris at widomaker dot com>
2004-04-15 18:34:20 +00:00

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>