mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
65ef55a95f
Approved by: portmgr@
15 lines
330 B
Makefile
15 lines
330 B
Makefile
# Created by: Murray Nesbitt <freebsd@nesbitt.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= loop
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.nesbitt.ca/downloads/loop/
|
|
|
|
MAINTAINER= freebsd@nesbitt.ca
|
|
COMMENT= Prints to stdout a series of numbers from `start' to `end'
|
|
|
|
PLIST_FILES= bin/loop man/man1/loop.1.gz
|
|
|
|
.include <bsd.port.mk>
|