mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
1a56925bd5
- Reformat pkg-descr - Remove unused checksums from distinfo - Pass maintainership to submitter. PR: ports/102358 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
21 lines
464 B
Makefile
21 lines
464 B
Makefile
# New ports collection makefile for: py-martel
|
|
# Date created: 11 February 2002
|
|
# Whom: Johann Visagie <wjv@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= since
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://fresh.t-systems-sfr.com/linux/src/ \
|
|
http://www.goodking.ca/pub/files/
|
|
|
|
MAINTAINER= thomas@goodking.ca
|
|
COMMENT= View the end of a file like tail(1), but save state between sessions
|
|
|
|
MAN1= since.1
|
|
PLIST_FILES= bin/since
|
|
|
|
.include <bsd.port.mk>
|