freebsd-ports/misc/loop/Makefile
Pav Lucistnik 38f074d320 A shell programming utility that prints to stdout a series of numbers from
`start' to `end'

PR:		ports/88391
Submitted by:	Murray Nesbitt <freebsd@nesbitt.ca>
2005-11-12 11:55:10 +00:00

20 lines
424 B
Makefile

# New ports collection makefile for: loop
# Date created: 12 November 2005
# Whom: 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
.include <bsd.port.mk>