ports/misc/loop/Makefile

18 lines
358 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'
MAN1= loop.1
MANCOMPRESSED= yes
PLIST_FILES= bin/loop
NO_STAGE= yes
.include <bsd.port.mk>