blob: 97deaac163610cdac40b5a597f2277fa12a73e5c (
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= # none
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>
|