forked from Lainports/freebsd-ports
16 lines
354 B
Makefile
16 lines
354 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|