freebsd-ports/sysutils/decomment/Makefile
Beech Rintoul 1915ba967b Usage: decomment infile [r(emove whitespace)]
Removes all comments and (optionally) whitespace from an input file.
Writes result on stdout.

PR:		ports/67307
Submitted by:	Volker Werth <volker@vwsoft.com>
2008-02-15 03:13:34 +00:00

19 lines
442 B
Makefile

# New ports collection makefile for: decomment
# Date created: 14 Feb 2008
# Whom: Beech Rintoul <beech@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= decomment
PORTVERSION= 0.1.0
CATEGORIES= sysutils
MASTER_SITES= LOCAL/beech \
http://www.alaskaparadise.com/freebsd/
MAINTAINER= volker@vwsoft.com
COMMENT= Removes comments and (optionally) whitespace from a file.
PLIST_FILES= bin/decomment
.include <bsd.port.mk>